@charset "UTF-8";
.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 .hidden-fields-container {
display: none;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}
       html {
line-height: 1.15;
-webkit-text-size-adjust: 100%;
}  body {
margin: 0;
} main {
display: block;
} h1 {
font-size: 2em;
margin: 0.67em 0;
}  hr {
box-sizing: content-box;
height: 0;
overflow: visible;
} pre {
font-family: monospace, monospace;
font-size: 1em;
}  a {
background-color: transparent;
} abbr[title] {
border-bottom: none;
text-decoration: underline;
text-decoration: underline dotted;
} b,
strong {
font-weight: bolder;
} code,
kbd,
samp {
font-family: monospace, monospace;
font-size: 1em;
} small {
font-size: 80%;
} sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sub {
bottom: -0.25em;
}
sup {
top: -0.5em;
}  img {
border-style: none;
}  button,
input,
optgroup,
select,
textarea {
font-family: inherit;
font-size: 100%;
line-height: 1.15;
margin: 0;
} button,
input {
overflow: visible;
} button,
select {
text-transform: none;
} button,
[type=button],
[type=reset],
[type=submit] {
-webkit-appearance: button;
} button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
border-style: none;
padding: 0;
} button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
outline: 1px dotted ButtonText;
} fieldset {
padding: 0.35em 0.75em 0.625em;
} legend {
box-sizing: border-box;
color: inherit;
display: table;
max-width: 100%;
padding: 0;
white-space: normal;
} progress {
vertical-align: baseline;
} textarea {
overflow: auto;
} [type=checkbox],
[type=radio] {
box-sizing: border-box;
padding: 0;
} [type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
height: auto;
} [type=search] {
-webkit-appearance: textfield;
outline-offset: -2px;
} [type=search]::-webkit-search-decoration {
-webkit-appearance: none;
} ::-webkit-file-upload-button {
-webkit-appearance: button;
font: inherit;
}  details {
display: block;
} summary {
display: list-item;
}  template {
display: none;
} [hidden] {
display: none;
}  *,
*::before,
*::after {
box-sizing: inherit;
}
html {
box-sizing: border-box;
}  body,
button,
input,
select,
optgroup,
textarea {
color: #333;
font-family: "Outfit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
font-size: 1rem;
font-weight: 300;
line-height: 1.5;
}
h1,
h2,
h3,
h4,
h5,
h6 {
clear: both;
font-weight: 400;
}
p {
margin-bottom: 1.5em;
font-weight: 300;
}
dfn,
cite,
em,
i {
font-style: italic;
}
blockquote,
.wp-block-quote {
position: relative;
margin: 2em 0;
padding: 2em 2em 2em 3em;
border: none;
background: linear-gradient(135deg, rgba(111, 156, 80, 0.06) 0%, rgba(230, 244, 215, 0.4) 100%);
border-radius: 0 10px 10px 0;
box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
font-family: "Outfit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
font-size: 1.125em;
line-height: 1.7;
font-weight: 400;
letter-spacing: 0.02em;
color: #333;
}
blockquote::before,
.wp-block-quote::before {
content: "“";
position: absolute;
left: 0.35em;
top: -0.05em;
font-family: Georgia, "Times New Roman", serif;
font-size: 6em;
line-height: 1;
color: #6F9C50;
opacity: 0.2;
}
blockquote p,
.wp-block-quote p {
margin: 0 0 0.5em 0;
position: relative;
z-index: 1;
}
blockquote p:last-child,
.wp-block-quote p:last-child {
margin-bottom: 0;
}
blockquote cite,
.wp-block-quote cite {
display: block;
margin-top: 1em;
padding-top: 1em;
font-size: 0.875em;
font-style: italic;
font-weight: 500;
color: #34495e;
opacity: 0.9;
border-top: 1px solid rgba(111, 156, 80, 0.15);
position: relative;
z-index: 1;
} .wp-block-group:has(> .wp-block-quote),
.wp-block-group:has(> blockquote) {
border: none !important;
}
address {
margin: 0 0 1.5em;
}
pre {
background: #f9f9f9;
font-family: "Courier 10 Pitch", courier, monospace;
line-height: 1.6;
margin-bottom: 1.6em;
max-width: 100%;
overflow: auto;
padding: 1.6em;
}
code,
kbd,
tt,
var {
font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr,
acronym {
border-bottom: 1px dotted #666;
cursor: help;
}
mark,
ins {
background: #fff9c0;
text-decoration: none;
}
big {
font-size: 125%;
} body {
background: #fff;
}
hr {
background-color: #e0e0e0;
border: 0;
height: 1px;
margin-bottom: 1.5em;
}
ul,
ol {
margin: 0 0 1.5em 3em;
}
ul {
list-style: disc;
}
ol {
list-style: decimal;
}
li > ul,
li > ol {
margin-bottom: 0;
margin-left: 1.5em;
}
dt {
font-weight: 700;
}
dd {
margin: 0 1.5em 1.5em;
} embed,
iframe,
object {
max-width: 100%;
}
img {
height: auto;
max-width: 100%;
}
figure {
margin: 1em 0;
}
table {
margin: 0 0 1.5em;
width: 100%;
} a {
color: #6F9C50;
}
a:visited {
color: #5a7d3f;
}
a:hover, a:focus, a:active {
color: #5a7d3f;
}
a:focus {
outline: thin dotted;
}
a:hover, a:active {
outline: 0;
} button,
input[type=button],
input[type=reset],
input[type=submit] {
border: none;
border-radius: 4px;
background: #6F9C50;
color: #ffffff;
font-size: 0.95em;
font-weight: 500;
line-height: 1.4;
padding: 10px 20px;
cursor: pointer;
transition: all 0.3s ease;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
text-transform: capitalize;
letter-spacing: 0.5px;
}
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
background: rgb(91.8101694915, 129.0305084746, 66.1694915254);
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
transform: translateY(-1px);
}
button:active,
input[type=button]:active,
input[type=reset]:active,
input[type=submit]:active {
background: rgb(82.2152542373, 115.5457627119, 59.2542372881);
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
transform: translateY(0);
}
button:focus, button:focus-visible,
input[type=button]:focus,
input[type=button]:focus-visible,
input[type=reset]:focus,
input[type=reset]:focus-visible,
input[type=submit]:focus,
input[type=submit]:focus-visible {
background: rgb(82.2152542373, 115.5457627119, 59.2542372881);
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
transform: translateY(0);
outline: 1px dotted currentColor;
outline-offset: 2px;
}
button:disabled,
input[type=button]:disabled,
input[type=reset]:disabled,
input[type=submit]:disabled {
opacity: 0.7;
cursor: not-allowed;
box-shadow: none;
transform: none;
} .button-secondary {
background: #34495e;
font-weight: 500;
text-transform: capitalize;
}
.button-secondary:hover {
background: rgb(37.4684931507, 52.6, 67.7315068493);
transform: translateY(-1px);
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.button-secondary:active, .button-secondary:focus {
background: rgb(30.202739726, 42.4, 54.597260274);
transform: translateY(0);
}
.button-accent {
background: #3498db;
font-weight: 500;
text-transform: capitalize;
}
.button-accent:hover {
background: rgb(34.6744769874, 130.9924686192, 195.5255230126);
transform: translateY(-1px);
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.button-accent:active, .button-accent:focus {
background: rgb(31.6016736402, 119.3841004184, 178.1983263598);
transform: translateY(0);
}
.button-outline {
background: transparent;
border: 2px solid #6F9C50;
color: #6F9C50;
box-shadow: none;
}
.button-outline:hover {
background: rgba(111, 156, 80, 0.1);
color: rgb(87.0127118644, 122.2881355932, 62.7118644068);
border-color: rgb(87.0127118644, 122.2881355932, 62.7118644068);
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}
.button-outline:active, .button-outline:focus {
background: rgba(111, 156, 80, 0.2);
color: rgb(75.0190677966, 105.4322033898, 54.0677966102);
border-color: rgb(75.0190677966, 105.4322033898, 54.0677966102);
box-shadow: none;
} .button,
a.button {
border: none;
border-radius: 4px;
background: #6F9C50;
color: #ffffff;
font-size: 0.95em;
font-weight: 500;
line-height: 1.4;
padding: 10px 20px;
cursor: pointer;
transition: all 0.3s ease;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
text-transform: capitalize;
letter-spacing: 0.5px;
text-decoration: none;
display: inline-block;
}
.button:hover,
a.button:hover {
background: rgb(91.8101694915, 129.0305084746, 66.1694915254);
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
transform: translateY(-1px);
color: #ffffff;
text-decoration: none;
}
.button:active,
a.button:active {
background: rgb(82.2152542373, 115.5457627119, 59.2542372881);
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
transform: translateY(0);
color: #ffffff;
text-decoration: none;
}
.button:focus, .button:focus-visible,
a.button:focus,
a.button:focus-visible {
background: rgb(82.2152542373, 115.5457627119, 59.2542372881);
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
transform: translateY(0);
outline: 1px dotted currentColor;
outline-offset: 2px;
color: #ffffff;
text-decoration: none;
}
.button:disabled,
a.button:disabled {
opacity: 0.7;
cursor: not-allowed;
box-shadow: none;
transform: none;
} .button-small {
font-size: 0.85em;
padding: 6px 14px;
}
.button-large {
font-size: 1.1em;
padding: 12px 24px;
}
input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
color: #555;
border: 1px solid #ddd;
border-radius: 4px;
padding: 10px 15px;
width: 100%;
font-size: 1em;
line-height: 1.5;
transition: all 0.3s ease;
box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05);
background-color: #fff;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
color: #333;
border-color: #6F9C50;
outline: none;
box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 0 0 3px rgba(111, 156, 80, 0.1);
}
input[type=text]:disabled,
input[type=email]:disabled,
input[type=url]:disabled,
input[type=password]:disabled,
input[type=search]:disabled,
input[type=number]:disabled,
input[type=tel]:disabled,
input[type=range]:disabled,
input[type=date]:disabled,
input[type=month]:disabled,
input[type=week]:disabled,
input[type=time]:disabled,
input[type=datetime]:disabled,
input[type=datetime-local]:disabled,
input[type=color]:disabled,
textarea:disabled {
background-color: #f5f5f5;
cursor: not-allowed;
opacity: 0.7;
}
input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=url]::placeholder,
input[type=password]::placeholder,
input[type=search]::placeholder,
input[type=number]::placeholder,
input[type=tel]::placeholder,
input[type=range]::placeholder,
input[type=date]::placeholder,
input[type=month]::placeholder,
input[type=week]::placeholder,
input[type=time]::placeholder,
input[type=datetime]::placeholder,
input[type=datetime-local]::placeholder,
input[type=color]::placeholder,
textarea::placeholder {
color: #999;
opacity: 0.8;
}
select {
border: 1px solid #ddd;
}
textarea {
width: 100%;
} .container, .site-content {
max-width: 1200px;
width: 100%;
margin-left: auto;
margin-right: auto;
padding-left: 20px;
padding-right: 20px;
box-sizing: border-box;
}
img {
max-width: 100%;
height: auto;
}
.site {
overflow: hidden;
}
.site-header,
.site-footer {
width: 100%;
padding: 0;
}
.site-header .site-header-container,
.site-footer .site-header-container {
display: flex;
justify-content: space-between;
align-items: center;
max-width: 1200px;
width: 100%;
margin-left: auto;
margin-right: auto;
padding: 15px 20px;
box-sizing: border-box;
}
.site-header .site-info,
.site-footer .site-info {
max-width: 1200px;
width: 100%;
margin-left: auto;
margin-right: auto;
padding: 20px;
box-sizing: border-box;
}
.content-sidebar-wrap {
display: flex;
flex-wrap: wrap;
gap: 30px;
margin: 0 auto;
max-width: 1200px;
}
#primary,
.site-main {
flex: 1;
min-width: 0;
}
#secondary,
.widget-area {
width: 300px;
margin-top: 2em;
}
.menu-toggle {
display: none;
background: transparent;
border: 1px solid #ddd;
border-radius: 3px;
padding: 6px 10px;
color: #666;
font-size: 14px;
cursor: pointer;
}
.menu-toggle:hover {
background-color: #f5f5f5;
}
@media (max-width: 599px) {
.menu-toggle {
display: block;
}
}
@media (max-width: 599px) {
.main-navigation ul {
display: none;
position: absolute;
left: 0;
right: 0;
top: 100%;
z-index: 999;
background-color: white;
padding: 10px 20px;
box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
}
.main-navigation ul.toggled {
display: block;
}
}
@media (max-width: 599px) {
.main-navigation li {
margin: 0;
padding: 8px 0;
border-bottom: 1px solid #f0f0f0;
}
.main-navigation li:last-child {
border-bottom: none;
}
}
.main-navigation .sub-menu {
display: none;
position: absolute;
background-color: white;
width: 250px;
min-width: 250px;
box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
padding: 10px 0;
z-index: 999;
}
.main-navigation .sub-menu li {
margin: 0;
padding: 0;
}
.main-navigation .sub-menu li a {
display: block;
padding: 8px 15px;
}
.main-navigation .sub-menu li a:hover {
background-color: #f5f5f5;
}
.main-navigation li:hover > .sub-menu {
display: block;
}
@media screen and (max-width: 599px) {
.container, .site-content {
padding-left: 15px;
padding-right: 15px;
}
.site-header .site-header-container,
.site-header .site-info,
.site-footer .site-header-container,
.site-footer .site-info {
padding-left: 15px;
padding-right: 15px;
}
.content-sidebar-wrap {
flex-direction: column;
padding-left: 15px;
padding-right: 15px;
}
#primary, #secondary,
.site-main, .widget-area {
width: 100%;
}
.main-navigation {
width: auto;
position: relative;
}
}
@media screen and (max-width: 767px) {
.content-sidebar-wrap {
display: flex !important;
flex-direction: column !important;
gap: 30px;
}
.content-sidebar-wrap .site-main,
.content-sidebar-wrap .widget-area {
width: 100% !important;
max-width: 100% !important;
grid-column: unset !important;
order: unset !important;
}
}  body.accepta-page-template-full-width { }
body.accepta-page-template-full-width #content,
body.accepta-page-template-full-width .site-content {
max-width: none;
width: 100%;
margin: 0;
padding: 0;
}
body.accepta-page-template-full-width .content-wrap--full-width {
max-width: none;
width: 100%;
margin: 0;
padding: 0;
}
body.accepta-page-template-full-width .site-main {
max-width: none;
width: 100%;
padding: 0;
}
body.accepta-page-template-full-width .site-main > article,
body.accepta-page-template-full-width .site-main > article.page {
max-width: none;
margin: 0;
padding: 0;
border-radius: 0;
box-shadow: none;
}
body.accepta-page-template-full-width .entry-content {
max-width: none;
margin-top: 0; }
body.accepta-page-template-full-width .entry-content > .container, body.accepta-page-template-full-width .entry-content > .site-content,
body.accepta-page-template-full-width .entry-content > .alignwide,
body.accepta-page-template-full-width .entry-content > .alignfull {
max-width: none;
}
body.accepta-page-template-full-width { }
body.accepta-page-template-full-width .elementor-page .elementor-section.elementor-section-stretched {
max-width: 100vw;
}   .site-header {
background-color: #ffffff;
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
position: sticky; top: 0; z-index: 1000; padding: 1.5rem 0;
width: 100%;
transition: all 0.3s ease; }
.site-header.transparent-header {
background-color: transparent;
box-shadow: none;
z-index: 1001;
}
.site-header.transparent-header .site-title a {
color: #ffffff;
}
.site-header.transparent-header .site-description {
color: rgba(255, 255, 255, 0.8);
}
.site-header.transparent-header .main-navigation a {
color: #ffffff;
}
.site-header.transparent-header:not(.scrolled) .header-social-icons .social-icon {
color: #ffffff;
border-color: rgba(255, 255, 255, 0.3);
}
.site-header.transparent-header:not(.scrolled) .header-social-icons .social-icon .social-icon-svg {
filter: brightness(0) invert(1);
}
.site-header.transparent-header:not(.scrolled) .header-search-toggle {
color: #ffffff;
border-color: rgba(255, 255, 255, 0.3);
}
.site-header.transparent-header:not(.scrolled) .header-search-toggle svg {
color: #ffffff;
stroke: #ffffff;
}
.site-header:not(.transparent-header) .header-social-icons .social-icon {
color: #2c3e50;
border-color: rgba(44, 62, 80, 0.2);
}
.site-header:not(.transparent-header) .header-social-icons .social-icon .social-icon-svg {
filter: none;
}
.site-header:not(.transparent-header) .header-search-toggle {
color: #2c3e50;
border-color: rgba(44, 62, 80, 0.2);
}
.site-header:not(.transparent-header) .header-search-toggle svg {
color: #2c3e50;
stroke: #2c3e50;
} body.has-sticky-header {
padding-top: var(--header-height, 0px);
}
.site-header.scrolled {
padding: 0.5rem 0; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); }
.site-header-container {
display: flex;
justify-content: space-between;
align-items: center;
padding: 15px 20px;
} .header-content {
display: flex;
align-items: center; justify-content: space-between;
width: 100%;
position: relative; min-width: 0; box-sizing: border-box;  }
.header-content > * {
display: flex;
align-items: center;
min-width: 0; } .header-content.header-layout-1 {
justify-content: space-between;
align-items: center;
width: 100%;
min-width: 0;
}
.header-content.header-layout-1 .site-branding {
order: 1;
flex: 0 0 auto;
min-width: 0;
}
.header-content.header-layout-1 .main-navigation {
order: 2;
margin-left: 0;
margin-right: 20px;
justify-content: flex-end; flex: 1 1 auto; min-width: 0; max-width: 100%; }
.header-content.header-layout-1 .main-navigation ul {
justify-content: flex-end; margin-left: 0; flex-wrap: wrap; min-width: 0;
}
.header-content.header-layout-1 .header-social-icons {
order: 3;
flex: 0 0 auto;
min-width: 0;
flex-shrink: 0; }
.header-content.header-layout-1 .header-search-toggle {
order: 4;
margin-left: 10px;
flex: 0 0 auto;
flex-shrink: 0; } .header-content.header-layout-2 {
justify-content: space-between;
align-items: center;
width: 100%;
min-width: 0;
box-sizing: border-box; }
.header-content.header-layout-2 .site-branding {
order: 1;
margin-right: 0;
flex: 0 0 auto;
min-width: 0;
flex-shrink: 0; }
.header-content.header-layout-2 .main-navigation {
order: 1;
margin-left: 20px;
margin-right: 0;
justify-content: flex-start; flex: 1 1 auto; min-width: 0; max-width: none; position: relative; z-index: 1; }
.header-content.header-layout-2 .main-navigation ul {
justify-content: flex-start; margin-left: 0; flex-wrap: wrap; min-width: 0;
}
.header-content.header-layout-2 .header-social-icons {
order: 2;
margin-left: auto;
flex: 0 0 auto;
min-width: 0;
flex-shrink: 0; position: relative;
z-index: 2;
max-width: 100%; }
.header-content.header-layout-2 .header-search-toggle {
order: 3;
margin-left: 10px;
flex: 0 0 auto;
flex-shrink: 0; position: relative;
z-index: 3; max-width: 100%; } .header-content.header-layout-3 {
justify-content: space-between;
position: relative;
align-items: center;
min-height: 60px; }
.header-content.header-layout-3 .site-branding {
order: 1;
}
.header-content.header-layout-3 .main-navigation {
order: 2;
position: absolute;
left: 50%;
top: 50%; transform: translate(-50%, -50%); margin-left: 0;
margin-right: 0;
justify-content: center; flex: 0 0 auto; width: auto;
max-width: calc(100% - 300px); min-width: 0;
}
@media screen and (min-width: 768px) {
.header-content.header-layout-3 .main-navigation {
display: flex;
align-items: center;
justify-content: center; margin-left: 0; flex: 0 0 auto; }
}
.header-content.header-layout-3 .main-navigation ul {
justify-content: center; margin-left: 0; flex-wrap: nowrap; white-space: nowrap; }
@media screen and (min-width: 768px) {
.header-content.header-layout-3 .main-navigation ul {
display: flex;
justify-content: center; margin-left: 0; flex-wrap: nowrap; }
}
.header-content.header-layout-3 .main-navigation li {
flex-shrink: 0; }
.header-content.header-layout-3 .header-social-icons {
order: 3;
margin-left: auto;
}
.header-content.header-layout-3 .header-search-toggle {
order: 4;
margin-left: 10px;
}
.header-content.header-layout-3 { }
.header-content.header-layout-3:not(:has(.header-social-icons)) .header-search-toggle {
margin-left: auto;
}
.site-branding {
display: flex;
align-items: center; flex-wrap: nowrap; } .branding-text {
display: flex;
flex-direction: column;
justify-content: center;
}
.site-title {
margin: 0;
font-size: 1.6em;
font-weight: 600;
line-height: 1.2;
font-family: "Outfit", sans-serif;
text-transform: capitalize;
letter-spacing: 0.5px;
}
.site-title a {
color: #2c3e50;
text-decoration: none;
transition: color 0.3s ease;
}
.site-title a:hover {
color: #69B40F; }
.site-description {
margin: 0.2rem 0 0;
font-size: 0.9em;
color: #777;
line-height: 1.4;
font-family: "Outfit", sans-serif;
font-weight: 500;
letter-spacing: 0.3px;
}
.custom-logo-link {
display: inline-flex;
align-items: center;
margin-bottom: 0;
max-width: 250px; }
.custom-logo-link img {
max-height: 60px;
width: auto;
vertical-align: middle;
object-fit: contain; } .main-navigation {
display: flex;
align-items: center;
height: 100%;
margin-right: 20px; } .main-navigation .nav-menu {
display: flex;
align-items: center;
margin: 0;
padding: 0;
}
@media screen and (max-width: 599px) { .header-content {
flex-wrap: nowrap;
}
.site-branding {
max-width: 70%;
min-width: 0;
flex-shrink: 1;
}
.branding-text {
margin-top: 0;
margin-left: 0;
}
.site-header-container {
padding: 10px 15px;
}
.site-title {
font-size: 1.2em;
}
.site-description {
font-size: 0.8em;
}
.custom-logo-link {
max-width: 180px; }
.custom-logo-link img {
max-height: 45px;
} .main-navigation {
width: auto;
margin-top: 0;
margin-left: auto;
flex-shrink: 0;
}
.header-social-icons {
width: auto;
margin-top: 0;
flex-shrink: 0;
}
.header-content .header-search-toggle {
flex-shrink: 0;
margin-left: 8px;
}
} .header-social-icons {
display: flex;
align-items: center;
gap: 10px;
}
.header-social-icons .social-icons {
display: flex;
gap: 10px;
margin: 0;
}
.header-social-icons .social-icon {
display: inline-flex;
align-items: center;
justify-content: center;
width: 36px;
height: 36px;
background-color: transparent;
color: #2c3e50;
border-radius: 50%;
text-decoration: none;
transition: all 0.3s ease;
border: 1px solid rgba(44, 62, 80, 0.2);
}
.header-social-icons .social-icon::before, .header-social-icons .social-icon::after {
display: none;
}
.header-social-icons .social-icon i {
font-size: 16px;
}
.header-social-icons .social-icon .social-icon-svg {
width: 18px;
height: 18px;
filter: none;
transition: filter 0.3s ease;
}
.header-social-icons .social-icon .social-icon-text {
font-size: 14px;
font-weight: 600;
text-transform: uppercase;
}
.header-social-icons .social-icon:hover {
background-color: #6F9C50;
color: #fff !important;
border-color: #6F9C50;
box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
text-decoration: none;
}
.header-social-icons .social-icon:hover i {
color: #fff !important;
}
.header-social-icons .social-icon:hover svg,
.header-social-icons .social-icon:hover .social-icon-svg {
color: #fff !important;
stroke: #fff !important;
filter: brightness(0) invert(1);
} .header-search-toggle {
display: inline-flex;
align-items: center;
justify-content: center;
width: 36px;
height: 36px;
background-color: transparent;
color: #2c3e50;
border-radius: 50%;
text-decoration: none;
transition: all 0.3s ease;
border: 1px solid rgba(44, 62, 80, 0.2);
cursor: pointer;
box-shadow: none;
padding: 0;
margin-left: 10px;
flex-shrink: 0; }
.header-search-toggle svg {
width: 18px;
height: 18px;
transition: all 0.3s ease;
display: block; }
.header-search-toggle:hover {
background-color: #6F9C50;
color: #fff !important;
border-color: #6F9C50;
box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
}
.header-search-toggle:hover i {
color: #fff !important;
}
.header-search-toggle:hover svg {
color: #fff !important;
stroke: #fff !important;
}
.header-search-toggle:focus {
outline: 2px solid #6F9C50;
outline-offset: 2px;
} .header-search-overlay {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: rgba(0, 0, 0, 0.85);
z-index: 9999;
display: none;
align-items: center;
justify-content: center;
opacity: 0;
transition: opacity 0.3s ease;
}
.header-search-overlay.active {
display: flex;
opacity: 1;
}
.header-search-overlay .header-search-close {
position: absolute;
top: 20px;
right: 20px;
width: 40px;
height: 40px;
background-color: rgba(255, 255, 255, 0.1);
color: #ffffff;
border: 1px solid rgba(255, 255, 255, 0.2);
border-radius: 50%;
cursor: pointer;
display: flex;
align-items: center;
justify-content: center;
transition: all 0.3s ease;
padding: 0;
z-index: 10000;
}
.header-search-overlay .header-search-close svg {
width: 20px;
height: 20px;
}
.header-search-overlay .header-search-close:hover {
background-color: rgba(255, 255, 255, 0.2);
border-color: rgba(255, 255, 255, 0.4);
transform: rotate(90deg);
}
.header-search-overlay .header-search-close:focus {
outline: 2px solid #ffffff;
outline-offset: 2px;
}
.header-search-overlay .header-search-overlay-content {
position: relative;
width: 100%;
max-width: 600px;
padding: 40px 20px;
}
.header-search-overlay .header-search-overlay-content .header-search-form-wrapper .search-form {
display: flex;
gap: 0;
align-items: stretch;
max-width: 100%;
margin: 0;
}
.header-search-overlay .header-search-overlay-content .header-search-form-wrapper .search-form label {
flex: 1;
margin: 0;
display: flex;
}
.header-search-overlay .header-search-overlay-content .header-search-form-wrapper .search-form .search-field {
flex: 1;
background-color: rgba(255, 255, 255, 0.15);
border: 1px solid rgba(255, 255, 255, 0.2);
border-radius: 6px 0 0 6px;
color: #ffffff;
padding: 12px 15px;
font-size: 14px;
width: 100%;
margin: 0;
transition: all 0.3s ease;
}
.header-search-overlay .header-search-overlay-content .header-search-form-wrapper .search-form .search-field::placeholder {
color: rgba(255, 255, 255, 0.6);
}
.header-search-overlay .header-search-overlay-content .header-search-form-wrapper .search-form .search-field:focus {
background-color: rgba(255, 255, 255, 0.2);
border-color: #6F9C50;
outline: none;
box-shadow: 0 0 0 2px rgba(111, 156, 80, 0.2);
}
.header-search-overlay .header-search-overlay-content .header-search-form-wrapper .search-form .search-submit {
background-color: #6F9C50;
border: none;
border-radius: 0 6px 6px 0;
color: #ffffff;
padding: 12px 24px;
font-size: 13px;
font-weight: 500;
text-transform: capitalize;
letter-spacing: 0.5px;
cursor: pointer;
transition: all 0.3s ease;
margin: 0;
min-width: 100px;
}
.header-search-overlay .header-search-overlay-content .header-search-form-wrapper .search-form .search-submit:hover {
background-color: rgb(91.8101694915, 129.0305084746, 66.1694915254);
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.header-search-overlay .header-search-overlay-content .header-search-form-wrapper .search-form .search-submit:active {
transform: none;
}
.header-search-overlay .header-search-overlay-content .header-search-form-wrapper .search-form .search-submit:focus {
outline: 2px solid rgba(255, 255, 255, 0.5);
outline-offset: 2px;
}
.header-search-overlay .header-search-overlay-content .header-search-form-wrapper .search-form .search-submit:focus-visible {
outline: 1px dotted currentColor;
outline-offset: 2px;
} .header-content .header-search-toggle {
order: 4;
}
.header-content .header-social-icons {
margin-right: 0; } .main-navigation {
display: block;
width: 100%;
}
.main-navigation ul {
display: none;
list-style: none;
margin: 0;
padding-left: 0;
}
.main-navigation ul ul {
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
float: left;
position: absolute;
top: 100%;
left: -999em;
z-index: 99999;
}
.main-navigation ul ul ul {
left: -999em;
top: 0;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
display: block;
left: auto;
}
.main-navigation ul ul a {
width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
left: auto;
}
.main-navigation li {
position: relative;
}
.main-navigation a {
display: block;
text-decoration: none;
} .menu-toggle,
.main-navigation.toggled ul {
display: block;
}
@media screen and (min-width: 37.5em) {
.menu-toggle {
display: none;
}
.main-navigation ul {
display: flex;
}
}
@media (max-width: 599px) {
.main-navigation ul {
display: none;
position: absolute;
left: 0;
right: 0;
top: 100%;
z-index: 999;
background-color: #ffffff;
padding: 10px 20px;
box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
}
.main-navigation ul.toggled {
display: block;
}
}
@media (max-width: 599px) {
.main-navigation li {
margin: 0;
padding: 8px 0;
border-bottom: 1px solid #f0f0f0;
}
.main-navigation li:last-child {
border-bottom: none;
}
}
.main-navigation .sub-menu {
display: none;
position: absolute;
background-color: #ffffff;
width: 250px;
min-width: 250px;
box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
padding: 10px 0;
z-index: 999;
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
margin: 0 0 1.5em;
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
display: flex;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
flex: 1 0 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
text-align: end;
flex: 1 0 50%;
}
.comment-navigation .nav-title,
.posts-navigation .nav-title,
.post-navigation .nav-title {
-ms-word-wrap: break-word;
word-break: break-word;
}  .main-navigation {
display: block;
position: relative;
text-align: right;
margin-left: auto; }
@media (max-width: 767px) {
.main-navigation {
width: 100%;
}
.main-navigation ul.nav-menu {
display: none;
}
}
.main-navigation ul {
display: none;
list-style: none;
margin: 0;
padding-left: 0;
}
.main-navigation ul ul {
box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
float: left;
position: absolute;
top: 100%;
left: -999em;
z-index: 99999;
background-color: #fff;
border-radius: 8px;
padding: 12px 0;
width: 250px;
min-width: 250px;
display: block;
flex-direction: column;
text-align: left; }
.main-navigation ul ul::after {
content: "";
position: absolute;
top: 0;
left: 0;
right: 0;
height: 4px;
background: #6F9C50;
background: linear-gradient(90deg, #6F9C50, #5a7d3f);
}
.main-navigation ul ul ul {
left: -999em;
top: 0;
border-radius: 8px;
}
.main-navigation ul ul li {
padding: 0;
width: 100%;
display: block;
margin: 0;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
display: block;
left: 100%;
}
.main-navigation ul ul li:not(:last-child)::after {
content: "";
display: block;
height: 1px;
background: #f5f5f5;
margin: 3px 0;
opacity: 0.7;
}
.main-navigation ul ul a {
width: 100%;
padding: 0.6rem 1.2rem;
font-size: 0.95em;
border-bottom: none;
transition: color 0.2s ease, background 0.2s ease;
display: block;
white-space: normal; line-height: 1.4; word-wrap: break-word; position: relative; text-align: left; }
.main-navigation ul ul a:hover {
color: #6F9C50;
}
.main-navigation ul ul a:hover::after {
content: "";
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: #E6F4D7;
z-index: -1;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
left: auto;
}
.main-navigation li {
position: relative;
margin-right: 25px;
}
.main-navigation li:hover > a, .main-navigation li.focus > a {
color: #6F9C50;
}
.main-navigation li:last-child {
margin-right: 0;
}
.main-navigation a {
display: block;
text-decoration: none;
color: #555;
padding: 15px 0;
font-weight: 500;
font-size: 1em;
position: relative;
transition: color 0.3s ease;
}
.main-navigation a:hover {
color: #6F9C50;
}
.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
color: #6F9C50;
font-weight: 600;
}
.main-navigation .sub-menu::before,
.main-navigation .children::before {
display: none;
}
.main-navigation .menu-item-has-children > a::after,
.main-navigation .page_item_has_children > a::after,
.main-navigation .sub-menu .menu-item-has-children > a::after,
.main-navigation .children .page_item_has_children > a::after,
.main-navigation .sub-menu .menu-item-has-children > a::before,
.main-navigation .children .page_item_has_children > a::before {
content: "";
display: none;
} .menu-toggle {
display: inline-block;
background-color: transparent;
border: none;
padding: 0.45rem;
cursor: pointer;
margin-left: auto;
flex-direction: column;
justify-content: space-between;
box-shadow: none !important;
}
.menu-toggle:hover, .menu-toggle:focus {
background-color: transparent;
box-shadow: none !important;
}
.menu-toggle:focus, .menu-toggle:focus-visible {
outline: 1px dotted currentColor;
outline-offset: 2px;
}
.menu-toggle span {
display: block;
height: 2px;
width: 20px;
background-color: #333;
border-radius: 3px;
transition: all 0.3s ease;
margin: 3px 0;
}
.menu-toggle:hover span {
background-color: #6F9C50;
}
.menu-toggle.toggled span:nth-child(1) {
transform: rotate(-45deg) translate(-5px, 6px);
}
.menu-toggle.toggled span:nth-child(2) {
opacity: 0;
}
.menu-toggle.toggled span:nth-child(3) {
transform: rotate(45deg) translate(-5px, -6px);
} #site-navigation.main-navigation.toggled > #primary-menu.toggled {
display: block;
background: #fff;
width: 100vw;
max-width: 100vw;
position: fixed;
top: var(--accepta-mobile-menu-top, 0);
right: 0;
bottom: 0;
left: 0;
margin: 0;
padding: 1rem 1.25rem;
max-height: calc(100vh - var(--accepta-mobile-menu-top, 0px));
overflow-y: auto;
z-index: 100000;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
text-align: left;
}
body.accepta-mobile-menu-open {
overflow: hidden;
}
@media (max-width: 767px) {
.header-content {
position: relative;
} .header-content.header-layout-1 #site-navigation.main-navigation,
.header-content.header-layout-2 #site-navigation.main-navigation,
.header-content.header-layout-3 #site-navigation.main-navigation {
position: relative !important;
left: auto !important;
top: auto !important;
transform: none !important;
max-width: none !important;
} #site-navigation.main-navigation {
width: auto !important;
flex: 0 0 auto !important;
margin-left: auto !important;
margin-right: 0 !important;
order: 98;
position: relative !important;
z-index: 100001;
}
#site-navigation.main-navigation .menu-toggle {
display: inline-flex;
align-items: center;
justify-content: center;
margin: 0 !important;
padding: 0.35rem;
border: none !important;
background: transparent !important;
box-shadow: none !important;
position: absolute;
top: 50%;
right: 52px;
transform: translateY(-50%);
z-index: 100002;
}
.header-content .header-search-toggle {
position: absolute;
top: 50%;
right: 12px;
transform: translateY(-50%);
margin: 0 !important;
z-index: 100002;
}
body.accepta-search-open .header-content .header-search-toggle {
opacity: 0;
visibility: hidden;
pointer-events: none;
}
body.accepta-search-open #site-navigation.main-navigation .menu-toggle {
display: none !important;
}
#site-navigation.main-navigation.toggled > #primary-menu.toggled > li {
display: block;
width: 100%;
margin: 0;
padding: 0;
border-bottom: 1px solid #eee;
}
#site-navigation.main-navigation.toggled > #primary-menu.toggled > li:last-child {
border-bottom: none;
}
#site-navigation.main-navigation.toggled > #primary-menu.toggled a {
display: block;
width: 100%;
padding: 0.75rem 0;
color: #333;
transition: color 0.3s ease;
}
#site-navigation.main-navigation.toggled > #primary-menu.toggled a:hover {
color: #6F9C50;
}
#site-navigation.main-navigation.toggled > #primary-menu.toggled .menu-item-has-children,
#site-navigation.main-navigation.toggled > #primary-menu.toggled .page_item_has_children {
display: flex;
flex-wrap: wrap;
align-items: center;
}
#site-navigation.main-navigation.toggled > #primary-menu.toggled .menu-item-has-children > a,
#site-navigation.main-navigation.toggled > #primary-menu.toggled .page_item_has_children > a {
width: calc(100% - 2.25rem);
padding-right: 0.5rem;
}
#site-navigation.main-navigation.toggled > #primary-menu.toggled .accepta-submenu-toggle {
display: inline-flex;
align-items: center;
justify-content: center;
width: 2.25rem;
height: 2.25rem;
margin: 0;
padding: 0;
border: 0;
background: transparent;
color: #333;
cursor: pointer;
}
#site-navigation.main-navigation.toggled > #primary-menu.toggled .accepta-submenu-toggle:focus,
#site-navigation.main-navigation.toggled > #primary-menu.toggled .accepta-submenu-toggle:focus-visible {
outline: 1px dotted currentColor;
outline-offset: 2px;
}
#site-navigation.main-navigation.toggled > #primary-menu.toggled .accepta-submenu-toggle::before {
content: "";
display: inline-block;
width: 0.5rem;
height: 0.5rem;
border-right: 2px solid currentColor;
border-bottom: 2px solid currentColor;
transform: rotate(45deg);
transition: transform 0.2s ease;
}
#site-navigation.main-navigation.toggled > #primary-menu.toggled .menu-item-has-children.toggled > .accepta-submenu-toggle::before,
#site-navigation.main-navigation.toggled > #primary-menu.toggled .page_item_has_children.toggled > .accepta-submenu-toggle::before {
transform: rotate(-135deg);
}
#site-navigation.main-navigation.toggled > #primary-menu.toggled ul {
position: static;
left: auto;
right: auto;
box-shadow: none;
padding-left: 1.25rem;
border-radius: 0;
}
#site-navigation.main-navigation.toggled > #primary-menu.toggled .menu-item-has-children > .sub-menu,
#site-navigation.main-navigation.toggled > #primary-menu.toggled .page_item_has_children > .children {
display: none;
position: static !important;
float: none;
width: 100%;
margin: 0;
padding: 0 0 0 1rem;
border: 0;
background: transparent;
}
#site-navigation.main-navigation.toggled > #primary-menu.toggled .menu-item-has-children.toggled > .sub-menu,
#site-navigation.main-navigation.toggled > #primary-menu.toggled .page_item_has_children.toggled > .children {
display: block;
}
#site-navigation.main-navigation.toggled > #primary-menu.toggled .sub-menu .sub-menu,
#site-navigation.main-navigation.toggled > #primary-menu.toggled .children .children {
padding-left: 0.9rem;
}
#site-navigation.main-navigation.toggled > #primary-menu.toggled ul::before,
#site-navigation.main-navigation.toggled > #primary-menu.toggled ul::after {
display: none;
}
#site-navigation.main-navigation.toggled > #primary-menu.toggled ul a {
width: auto;
padding: 0.5rem 0;
}
}
body.accepta-mobile-menu-open .site-header,
body.accepta-mobile-menu-open .header-content {
overflow: visible !important;
} @media screen and (min-width: 768px) {
.menu-toggle {
display: none;
}
.main-navigation {
display: flex;
align-items: center; }
.header-content:not(.header-layout-1):not(.header-layout-2):not(.header-layout-3) .main-navigation {
justify-content: flex-end; margin-left: auto; flex: 1; }
.main-navigation ul {
display: flex;
flex-wrap: wrap; }
.header-content:not(.header-layout-1):not(.header-layout-2):not(.header-layout-3) .main-navigation .main-navigation ul {
justify-content: flex-end; margin-left: auto; }
.main-navigation ul ul {
display: none; animation: fadeIn 0.3s ease;
}
.main-navigation { }
.main-navigation li:hover > ul,
.main-navigation li.focus > ul {
display: block;
}
} @keyframes fadeIn {
from {
opacity: 0;
transform: translateY(15px);
}
to {
opacity: 1;
transform: translateY(0);
}
}  .site-main > article {
margin-bottom: 2em; }
.site-main > article:has(+ nav.pagination), .site-main > article:has(+ .pagination) {
margin-bottom: 0;
}
.site-main > article { }
.site-main > article:not(.sticky) { }
body:not(.accepta-page-template-full-width):not(.accepta-front-page-full-width):not(.accepta-content-box-shadow-none) .site-main > article:not(.sticky) {
padding: 1.75em 2em;
border-radius: 8px;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}
.site-main > article:not(.sticky) { }
body:not(.accepta-page-template-full-width):not(.accepta-front-page-full-width).accepta-content-box-shadow-none .site-main > article:not(.sticky) {
padding: 1.75em 0;
}
body:not(.accepta-page-template-full-width):not(.accepta-front-page-full-width).accepta-content-box-shadow-only-with-sidebar:not(.accepta-has-sidebar) .site-main > article:not(.sticky) {
padding: 1.75em 0;
} .entry-header .entry-meta {
margin-top: 0.5em;
padding: 0.5em 0.75em;
background-color: rgba(0, 0, 0, 0.04);
border-radius: 4px;
display: inline-block;
} .entry-header .entry-title {
-ms-word-wrap: break-word;
word-break: break-word;
}
.entry-header .entry-title a,
.entry-meta a {
text-decoration: none;
word-break: break-word;
}
.entry-header .entry-title a:hover, .entry-header .entry-title a:focus,
.entry-meta a:hover,
.entry-meta a:focus {
text-decoration: none;
} .sticky {
display: block;
position: relative;
margin-top: 2em;
padding: 1.75em 1.75em 1.75em calc(1.75em + 4px);
background-color: rgba(111, 156, 80, 0.06);
border: 1px solid rgba(111, 156, 80, 0.2);
border-left: 4px solid #6F9C50;
border-radius: 0 8px 8px 0;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}
.sticky .entry-header .entry-title a {
color: #6F9C50;
font-weight: 600;
text-decoration: none;
}
.sticky .entry-header .entry-title a:hover {
color: #5a7d3f;
text-decoration: none;
}
.sticky .entry-footer {
border-top-color: rgba(111, 156, 80, 0.2);
}
.updated:not(.published) {
display: none;
}
.page-content,
.entry-content,
.entry-summary {
margin: 1.5em 0 0;
font-weight: 300;
} .site-main > article.post {
margin-top: 2em;
} .site-main > article.page {
margin-top: 2em;
margin-bottom: 2em;
} .entry-content .read-more-link {
margin-top: 1em;
margin-bottom: 0;
}
.entry-content .read-more-link .more-link {
color: #6F9C50;
font-weight: 500;
text-decoration: none;
transition: color 0.2s ease;
}
.entry-content .read-more-link .more-link:hover {
color: #5a7d3f;
} .site-main .pagination {
margin: 3em 0 2em;
padding-top: 2em;
border-top: 1px solid #eee;
}
.site-main .pagination .nav-links {
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: center;
gap: 0.5em;
}
.site-main .pagination .page-numbers {
display: inline-flex;
align-items: center;
justify-content: center;
min-width: 2.5em;
padding: 0.5em 0.75em;
background-color: #f5f5f5;
color: #333;
text-decoration: none;
border-radius: 4px;
font-weight: 500;
transition: background-color 0.2s ease, color 0.2s ease;
}
.site-main .pagination .page-numbers:hover:not(.current) {
background-color: #E6F4D7;
color: #6F9C50;
}
.site-main .pagination .page-numbers.current {
background-color: #6F9C50;
color: #fff;
}
.site-main .pagination .page-numbers.prev, .site-main .pagination .page-numbers.next {
padding: 0.5em 1em;
} .entry-content::after {
content: "";
display: table;
clear: both;
}
.page-links {
clear: both;
margin: 1.5em 0;
padding: 1em 0;
text-align: center;
font-size: 0.95em;
font-weight: 500;
}
.page-links span, .page-links a {
display: inline-flex;
justify-content: center;
align-items: center;
min-width: 2.2em;
height: 2.2em;
margin: 0 0.3em;
padding: 0 0.5em;
border-radius: 4px;
text-decoration: none;
transition: all 0.3s ease;
}
.page-links span.page-links-title {
background: none;
border: none;
padding-left: 0;
margin-right: 0.5em;
font-weight: 600;
color: #333;
}
.page-links a {
background-color: #f5f5f5;
color: #333;
border: 1px solid #eee;
}
.page-links a:hover {
background-color: #E6F4D7;
color: #6F9C50;
border-color: #E6F4D7;
}
.page-links > span:not(.page-links-title) {
background-color: #6F9C50;
color: white;
border: 1px solid #6F9C50;
} .entry-footer {
margin-top: 2em;
padding-top: 1.5em;
border-top: 1px solid #eee;
font-size: 0.9em;
color: #666;
clear: both;
display: flex;
flex-wrap: wrap;
align-items: center;
gap: 0 1.5em; }
.entry-footer > span {
display: block;
margin-bottom: 0.75em;
line-height: 1.5;
}
.entry-footer > span:last-child {
margin-bottom: 0;
}
@media (min-width: 768px) {
.entry-footer > span {
margin-bottom: 0;
margin-right: 0;
}
}
.entry-footer { }
.entry-footer .edit-link {
margin-left: auto;
}
.entry-footer { }
.entry-footer .cat-links a {
display: inline;
margin: 0;
padding: 0;
color: #6F9C50;
font-weight: 500;
text-decoration: none;
transition: color 0.2s ease;
}
.entry-footer .cat-links a:hover {
color: rgb(87.0127118644, 122.2881355932, 62.7118644068);
text-decoration: none;
}
.entry-footer { }
.entry-footer .tags-links {
display: inline-flex;
align-items: center;
flex-wrap: wrap;
gap: 0 0.3em;
}
.entry-footer .tags-links a {
display: inline-block;
vertical-align: middle;
margin: 0;
padding: 0.2em 0.7em;
background-color: #f5f5f5;
color: #555;
font-size: 0.85em;
line-height: 1.4;
border-radius: 3px;
text-decoration: none;
border: 1px solid #eee;
transition: all 0.2s ease;
}
.entry-footer .tags-links a:hover {
background-color: #E6F4D7;
color: #6F9C50;
border-color: #E6F4D7;
text-decoration: none;
}
.entry-footer .tags-links a::before {
content: "#";
opacity: 0.5;
margin-right: 2px;
}
.entry-footer { }
.entry-footer .comments-link a {
color: #666;
text-decoration: none;
transition: color 0.2s ease;
}
.entry-footer .comments-link a:hover {
color: #6F9C50;
}
.entry-footer .comments-link a::before {
content: "\f075"; font-family: "Font Awesome 6 Free";
font-weight: 900;
margin-right: 5px;
font-size: 0.9em;
opacity: 0.7;
}
.entry-footer { }
.entry-footer .edit-link a {
color: #999;
text-decoration: none;
transition: color 0.2s ease;
}
.entry-footer .edit-link a:hover {
color: #6F9C50;
}
.entry-footer .edit-link a::before {
content: "\f304"; font-family: "Font Awesome 6 Free";
font-weight: 900;
margin-right: 5px;
font-size: 0.9em;
opacity: 0.7;
} .accepta-icon-box-icon {
margin-bottom: 1rem;
font-size: 2rem;
line-height: 1;
color: #6F9C50;
}
.accepta-icon-box-icon i {
display: inline-block;
} .error-404.not-found {
margin-top: 2.5rem;
margin-bottom: 3rem;
padding: 0;
}
.error-404 .page-header {
margin-bottom: 1.25rem;
padding-bottom: 0;
text-align: center;
}
.error-404 .page-header .page-title {
margin: 0 0 0.5rem 0;
font-size: 1.75rem;
line-height: 1.3;
font-weight: 600;
color: #333;
}
.error-404 .page-content {
margin: 0;
}
.error-404-intro {
margin: 0 0 1.75rem 0;
font-size: 1rem;
line-height: 1.6;
color: #333;
opacity: 0.9;
text-align: center;
}
.error-404-search {
margin-bottom: 2.5rem;
padding-bottom: 2.5rem;
border-bottom: 1px solid rgba(0, 0, 0, 0.08);
display: flex;
justify-content: center;
}
.error-404-search .search-form {
max-width: 100%;
}
.error-404-widgets {
display: grid;
grid-template-columns: 1fr;
gap: 2rem 2.5rem;
}
@media screen and (min-width: 600px) {
.error-404-widgets {
grid-template-columns: repeat(2, 1fr);
}
}
@media screen and (min-width: 900px) {
.error-404-widgets {
grid-template-columns: repeat(3, 1fr);
}
}
.error-404-widgets .widget {
margin: 0;
min-width: 0;
} .error-404 .search-form {
display: flex;
gap: 0;
align-items: stretch;
max-width: 480px;
}
.error-404 .search-form .search-field {
flex: 1;
min-width: 0;
}
.error-404 .search-form .search-submit {
flex-shrink: 0;
}   .comments-area {
margin-top: 2em;
border-top: 1px solid #eee;
} .comments-title {
font-size: 1.5em;
margin-bottom: 1.5em;
font-weight: 600;
color: #333;
position: relative;
}
.comments-title::after {
content: "";
display: block;
width: 50px;
height: 3px;
background-color: #69B40F; margin-top: 10px;
} .comment-list {
margin: 0;
padding: 0;
list-style: none; }
.comment-list .children {
margin-left: 3em;
padding-left: 1.5em;
border-left: 1px solid #eee;
list-style-type: none;
}
@media screen and (max-width: 599px) {
.comment-list .children {
margin-left: 1em;
padding-left: 1em;
}
}
.comment-list article {
margin-bottom: 2em;
padding-bottom: 1.5em;
border-bottom: 1px solid #f5f5f5;
}
.comment-list { }
.comment-list .comment-body {
position: relative;
}
.comment-list { }
.comment-list .comment-meta {
margin-bottom: 1em;
display: flex;
align-items: center;
}
.comment-list .comment-author {
display: flex;
align-items: center;
font-weight: 600;
}
.comment-list .comment-author .avatar {
margin-right: 15px;
border-radius: 50%;
border: 2px solid #f2f2f2;
}
.comment-list .comment-author .fn {
font-style: normal;
color: #333;
font-size: 1.1em;
}
.comment-list .comment-author .fn a {
color: #333;
text-decoration: none;
}
.comment-list .comment-author .fn a:hover {
color: #69B40F; }
.comment-list .comment-author .says {
display: none; }
.comment-list .comment-metadata {
margin-left: auto;
font-size: 0.85em;
color: #888;
}
.comment-list .comment-metadata a {
color: #888;
text-decoration: none;
}
.comment-list .comment-metadata a:hover {
color: #69B40F; text-decoration: underline;
}
@media screen and (max-width: 576px) {
.comment-list .comment-metadata {
display: block;
margin-left: 0;
margin-top: 0.5em;
margin-left: 45px; }
}
.comment-list { }
.comment-list .comment-content {
margin: 0.5em 0 1em;
line-height: 1.6;
color: #555;
}
.comment-list .comment-content p {
margin-bottom: 1em;
}
.comment-list .comment-content p:last-child {
margin-bottom: 0;
}
.comment-list .comment-content blockquote {
margin-left: 1em;
padding-left: 1em;
border-left: 3px solid #e0e0e0;
font-style: italic;
color: #666;
}
.comment-list .comment-content a {
color: #69B40F;
text-decoration: underline;
word-wrap: break-word;
}
.comment-list .comment-content a:hover {
text-decoration: underline;
}
.comment-list { }
.comment-list .reply {
margin-top: 0.5em;
}
.comment-list .reply .comment-reply-link {
display: inline-block;
font-size: 0.9em;
color: #69B40F; text-decoration: none;
font-weight: 500;
transition: all 0.2s ease;
}
.comment-list .reply .comment-reply-link::before {
content: "\f3e5"; font-family: "Font Awesome 6 Free";
font-weight: 900;
margin-right: 5px;
font-size: 0.9em;
}
.comment-list .reply .comment-reply-link:hover {
color: rgb(77.5384615385, 132.9230769231, 11.0769230769);
}
.comment-list { }
.comment-list .pingback,
.comment-list .trackback {
padding: 1em;
margin-bottom: 1em;
background-color: #f9f9f9;
border-left: 3px solid #eee;
}
.comment-list .pingback .comment-body,
.comment-list .trackback .comment-body {
font-style: italic;
}
.comment-list .pingback .fn,
.comment-list .trackback .fn {
font-style: normal;
}
.comment-list .pingback .edit-link,
.comment-list .trackback .edit-link {
font-size: 0.85em;
margin-left: 1em;
} .bypostauthor > article {
background-color: #f8fbf5;
padding: 1.5em;
border-radius: 6px;
border: 1px solid #e6f4d7;
} .comment-navigation {
margin: 2em 0;
display: flex;
justify-content: space-between;
align-items: center;
}
.comment-navigation .nav-links {
display: flex;
width: 100%;
justify-content: space-between;
}
.comment-navigation .nav-previous a,
.comment-navigation .nav-next a {
display: inline-block;
padding: 0.5em 1em;
background-color: #f5f5f5;
color: #555;
text-decoration: none;
border-radius: 4px;
transition: all 0.2s ease;
}
.comment-navigation .nav-previous a:hover,
.comment-navigation .nav-next a:hover {
background-color: #e6f4d7;
color: #69B40F; }
.comment-navigation .nav-previous a::before {
content: "\f053"; font-family: "Font Awesome 6 Free";
font-weight: 900;
margin-right: 5px;
font-size: 0.8em;
}
.comment-navigation .nav-next a::after {
content: "\f054"; font-family: "Font Awesome 6 Free";
font-weight: 900;
margin-left: 5px;
font-size: 0.8em;
} .no-comments {
background-color: #f9f9f9;
padding: 1em;
border-left: 3px solid #ddd;
font-style: italic;
color: #666;
margin: 1.5em 0;
} .comment-respond {
margin-top: 2em;
background-color: #f9f9f9;
padding: 1.5em;
border-radius: 6px;
margin-bottom: 3em;
}
.comment-respond .comment-reply-title {
font-size: 1.4em;
margin-bottom: 1em;
color: #333;
font-weight: 600;
}
.comment-respond .comment-reply-title small {
margin-left: 1em;
font-size: 0.7em;
font-weight: normal;
}
.comment-respond .comment-reply-title small a {
color: #888;
text-decoration: none;
}
.comment-respond .comment-reply-title small a:hover {
color: #69B40F; text-decoration: underline;
}
.comment-respond .comment-notes {
margin-bottom: 1.5em;
color: #888;
font-size: 0.9em;
}
.comment-respond .comment-form-author,
.comment-respond .comment-form-email,
.comment-respond .comment-form-url {
margin-bottom: 1em;
}
.comment-respond .comment-form-author label,
.comment-respond .comment-form-email label,
.comment-respond .comment-form-url label {
display: block;
margin-bottom: 0.5em;
font-weight: 500;
color: #555;
}
.comment-respond .comment-form-author input,
.comment-respond .comment-form-email input,
.comment-respond .comment-form-url input {
width: 100%;
padding: 0.7em;
border: 1px solid #ddd;
border-radius: 4px;
background-color: #fff;
}
.comment-respond .comment-form-author input:focus,
.comment-respond .comment-form-email input:focus,
.comment-respond .comment-form-url input:focus {
border-color: #69B40F; outline: none;
box-shadow: 0 0 0 2px rgba(105, 180, 15, 0.2);
}
.comment-respond .comment-form-comment {
margin-bottom: 1em;
}
.comment-respond .comment-form-comment label {
display: block;
margin-bottom: 0.5em;
font-weight: 500;
color: #555;
}
.comment-respond .comment-form-comment textarea {
width: 100%;
padding: 0.7em;
border: 1px solid #ddd;
border-radius: 4px;
background-color: #fff;
min-height: 150px;
}
.comment-respond .comment-form-comment textarea:focus {
border-color: #69B40F; outline: none;
box-shadow: 0 0 0 2px rgba(105, 180, 15, 0.2);
}
.comment-respond .form-submit {
margin-top: 1.5em;
margin-bottom: 0;
}
.comment-respond .form-submit .submit {
display: inline-block;
padding: 0.7em 1.5em;
background-color: #69B40F; color: #fff;
border: none;
border-radius: 4px;
font-weight: 400;
font-size: 1em;
cursor: pointer;
transition: all 0.2s ease;
text-transform: capitalize;
}
.comment-respond .form-submit .submit:hover {
background-color: rgb(91.2692307692, 156.4615384615, 13.0384615385);
}
.comment-respond .required {
color: #e53935;
}
.comment-respond .comment-form-cookies-consent {
display: flex;
align-items: center;
margin-bottom: 1em;
}
.comment-respond .comment-form-cookies-consent input {
margin-right: 10px;
}
.comment-respond .comment-form-cookies-consent label {
font-size: 0.9em;
line-height: 1.4;
color: #666;
} @media screen and (max-width: 576px) {
.comment-respond {
padding: 1em;
}
.comment-form-author,
.comment-form-email,
.comment-form-url {
width: 100%;
margin-right: 0;
}
} .comment-content a {
text-decoration: underline;
word-wrap: break-word;
}   .search-form {
display: flex;
gap: 0;
align-items: stretch;
max-width: 500px;
margin: 0 auto;
}
.search-form label {
flex: 1;
margin: 0;
display: flex;
}
.search-form .search-field {
flex: 1;
background-color: rgba(0, 0, 0, 0.05);
border: 1px solid rgba(0, 0, 0, 0.15);
border-radius: 6px 0 0 6px;
color: #333;
padding: 12px 15px;
font-size: 14px;
width: 100%;
margin: 0;
}
.search-form .search-field::placeholder {
color: rgba(0, 0, 0, 0.5);
}
.search-form .search-field:focus {
background-color: rgba(0, 0, 0, 0.08);
border-color: #6F9C50;
outline: none;
box-shadow: 0 0 0 2px rgba(111, 156, 80, 0.2);
}
.search-form .search-submit {
background-color: #6F9C50;
border: none;
border-radius: 0 6px 6px 0;
color: #ffffff;
padding: 12px 24px;
font-size: 13px;
font-weight: 500;
text-transform: capitalize;
letter-spacing: 0.5px;
cursor: pointer;
transition: all 0.3s ease;
margin: 0;
min-width: 100px;
}
.search-form .search-submit:hover {
background-color: rgb(91.8101694915, 129.0305084746, 66.1694915254);
transform: translateY(-1px);
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.search-form .search-submit:active {
transform: translateY(0);
} .wpcf7 {
max-width: 700px;
margin: 0 auto;
}
.wpcf7 .wpcf7-form {
margin-top: 30px;
}
.wpcf7 .wpcf7-form-control-wrap {
margin-bottom: 20px;
display: block;
}
.wpcf7 label {
display: block;
margin-bottom: 8px;
font-weight: 500;
}
.wpcf7 .wpcf7-submit {
min-width: 150px;
}
.wpcf7 .wpcf7-not-valid-tip {
color: #e74c3c;
font-size: 0.85em;
margin-top: 5px;
display: block;
}
.wpcf7 .wpcf7-response-output {
margin: 20px 0;
padding: 15px;
border-radius: 4px;
font-size: 0.9em;
}
.wpcf7 .wpcf7-validation-errors,
.wpcf7 .wpcf7-acceptance-missing {
border: 1px solid #e74c3c;
background-color: rgba(231, 76, 60, 0.1);
}
.wpcf7 .wpcf7-mail-sent-ok {
border: 1px solid #2ecc71;
background-color: rgba(46, 204, 113, 0.1);
} .newsletter-form {
max-width: 500px;
margin: 0 auto;
}
.newsletter-form .form-group {
margin-bottom: 20px;
}
.newsletter-form input[type=email] {
width: 100%;
}
.newsletter-form .btn-subscribe {
width: 100%;
padding: 12px;
margin-top: 10px;
} .login-form,
.register-form {
max-width: 400px;
margin: 0 auto;
padding: 30px;
border-radius: 6px;
background-color: #ffffff;
box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.login-form .form-group,
.register-form .form-group {
margin-bottom: 20px;
}
.login-form .form-footer,
.register-form .form-footer {
margin-top: 25px;
text-align: center;
}
.login-form .form-footer a,
.register-form .form-footer a {
color: #6F9C50;
text-decoration: none;
}
.login-form .form-footer a:hover,
.register-form .form-footer a:hover {
text-decoration: underline;
}
.login-form .login-remember,
.register-form .login-remember {
display: flex;
align-items: center;
margin: 15px 0;
}
.login-form .login-remember label,
.register-form .login-remember label {
margin-bottom: 0;
margin-left: 10px;
}
.login-form .login-submit,
.login-form .register-submit,
.register-form .login-submit,
.register-form .register-submit {
margin-top: 25px;
}
.login-form .login-submit .button,
.login-form .register-submit .button,
.register-form .login-submit .button,
.register-form .register-submit .button {
width: 100%;
} .password-strength-meter {
height: 4px;
margin-top: 8px;
border-radius: 2px;
background-color: #f5f5f5;
}
.password-strength-meter-progress {
height: 100%;
border-radius: 2px;
transition: width 0.3s ease;
}
.password-strength-meter-progress.weak {
background-color: #e74c3c;
width: 25%;
}
.password-strength-meter-progress.medium {
background-color: #f39c12;
width: 50%;
}
.password-strength-meter-progress.strong {
background-color: #f1c40f;
width: 75%;
}
.password-strength-meter-progress.very-strong {
background-color: #2ecc71;
width: 100%;
} .widget {
margin: 0 0 2em;
padding: 1.5em;
background-color: #f9f9f9;
border-radius: 8px;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
font-weight: 300;
}
.widget select {
max-width: 100%;
padding: 0.5em;
border: 1px solid #ddd;
border-radius: 4px;
background-color: white;
width: 100%;
}
.widget .widget-title {
margin-top: 0;
margin-bottom: 0.5em;
padding-bottom: 0;
border-bottom: none;
font-size: 1.2em;
font-weight: 400;
color: #333;
}
.widget .wp-block-heading {
margin-top: 0;
margin-bottom: 0.5em;
padding-bottom: 0;
border-bottom: none;
font-size: 1.2em;
font-weight: 400;
color: #333;
}
.widget ul, .widget ol {
margin: 0;
padding: 0;
list-style: none;
}
.widget ul li, .widget ol li {
padding: 0.5em 0;
border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.widget ul li:last-child, .widget ol li:last-child {
border-bottom: none;
padding-bottom: 0;
}
.widget ul li:first-child, .widget ol li:first-child {
padding-top: 0;
}
.widget a {
color: #333;
text-decoration: none;
transition: color 0.2s ease;
}
.widget a:hover {
color: #6F9C50;
}
.widget form {
margin: 0;
}
.widget form input, .widget form textarea, .widget form select {
width: 100%;
padding: 0.75em;
border: 1px solid #ddd;
border-radius: 4px;
}
.widget form input:focus, .widget form textarea:focus, .widget form select:focus {
border-color: #6F9C50;
outline: none;
}
.widget form input[type=submit], .widget form button {
background-color: #6F9C50;
color: #ffffff;
border: none;
padding: 0.75em 1em;
cursor: pointer;
border-radius: 4px;
font-weight: 500;
text-transform: capitalize;
letter-spacing: 0.5px;
transition: all 0.3s ease;
}
.widget form input[type=submit]:hover, .widget form button:hover {
background-color: rgb(91.8101694915, 129.0305084746, 66.1694915254);
transform: translateY(-1px);
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.widget form input[type=submit]:active, .widget form button:active {
transform: translateY(0);
}
.widget.widget_search .search-form {
display: flex;
gap: 0;
align-items: stretch;
margin-top: 20px;
}
.widget.widget_search .search-form label {
flex: 1;
margin: 0;
display: flex;
}
.widget.widget_search .search-form .search-field {
flex: 1;
background-color: rgba(0, 0, 0, 0.05);
border: 1px solid rgba(0, 0, 0, 0.15);
border-radius: 6px 0 0 6px;
color: #333;
padding: 12px 15px;
font-size: 14px;
width: 100%;
margin: 0;
}
.widget.widget_search .search-form .search-field::placeholder {
color: rgba(0, 0, 0, 0.5);
}
.widget.widget_search .search-form .search-field:focus {
background-color: rgba(0, 0, 0, 0.08);
border-color: #6F9C50;
outline: none;
box-shadow: 0 0 0 2px rgba(111, 156, 80, 0.2);
}
.widget.widget_search .search-form .search-submit {
background-color: #6F9C50;
border: none;
border-radius: 0 6px 6px 0;
color: #ffffff;
padding: 12px 24px;
font-size: 13px;
font-weight: 500;
text-transform: capitalize;
letter-spacing: 0.5px;
cursor: pointer;
transition: all 0.3s ease;
margin: 0;
min-width: 100px;
position: static;
width: auto;
height: auto;
}
.widget.widget_search .search-form .search-submit:hover {
background-color: rgb(91.8101694915, 129.0305084746, 66.1694915254);
transform: translateY(-1px);
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.widget.widget_search .search-form .search-submit:active {
transform: translateY(0);
}
.widget.widget_search .wp-block-search .wp-block-search__label {
margin-top: 0;
margin-bottom: 0.5em;
padding-bottom: 0;
border-bottom: none;
font-size: 1.2em;
font-weight: 400;
color: #333;
}
.widget.widget_search .wp-block-search .wp-block-search__inside-wrapper {
display: flex;
gap: 0;
align-items: stretch;
margin-top: 20px;
}
.widget.widget_search .wp-block-search .wp-block-search__input {
flex: 1;
background-color: rgba(0, 0, 0, 0.05);
border: 1px solid rgba(0, 0, 0, 0.15);
border-radius: 6px 0 0 6px;
color: #333;
padding: 12px 15px;
font-size: 14px;
width: 100%;
margin: 0;
}
.widget.widget_search .wp-block-search .wp-block-search__input::placeholder {
color: rgba(0, 0, 0, 0.5);
}
.widget.widget_search .wp-block-search .wp-block-search__input:focus {
background-color: rgba(0, 0, 0, 0.08);
border-color: #6F9C50;
outline: none;
box-shadow: 0 0 0 2px rgba(111, 156, 80, 0.2);
}
.widget.widget_search .wp-block-search .wp-block-search__button {
background-color: #6F9C50;
border: none;
border-radius: 0 6px 6px 0;
color: #ffffff;
padding: 12px 24px;
font-size: 13px;
font-weight: 500;
text-transform: capitalize;
letter-spacing: 0.5px;
cursor: pointer;
transition: all 0.3s ease;
margin: 0;
min-width: 100px;
}
.widget.widget_search .wp-block-search .wp-block-search__button:hover {
background-color: rgb(91.8101694915, 129.0305084746, 66.1694915254);
transform: translateY(-1px);
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.widget.widget_search .wp-block-search .wp-block-search__button:active {
transform: translateY(0);
} .page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
border: none;
margin-bottom: 0;
margin-top: 0;
padding: 0;
} .custom-logo-link {
display: inline-block;
} .wp-caption {
margin-bottom: 1.5em;
max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
display: block;
margin-left: auto;
margin-right: auto;
}
.wp-caption .wp-caption-text {
margin: 0.8075em 0;
}
.wp-caption-text {
text-align: center;
} .gallery {
margin-bottom: 1.5em;
display: flex;
flex-wrap: wrap;
margin: 2em -10px;
}
.gallery-item {
display: inline-block;
text-align: center;
width: 100%;
padding: 10px;
margin: 0;
margin-bottom: 20px;
box-sizing: border-box;
}
.gallery-columns-2 .gallery-item {
width: 50%;
}
.gallery-columns-3 .gallery-item {
width: 33.3333333333%;
}
.gallery-columns-4 .gallery-item {
width: 25%;
}
.gallery-columns-5 .gallery-item {
width: 20%;
}
.gallery-columns-6 .gallery-item {
width: 16.6666666667%;
}
.gallery-columns-7 .gallery-item {
width: 14.2857142857%;
}
.gallery-columns-8 .gallery-item {
width: 12.5%;
}
.gallery-columns-9 .gallery-item {
width: 11.1111111111%;
}
@media screen and (max-width: 767px) {
.gallery-columns-4 .gallery-item,
.gallery-columns-5 .gallery-item,
.gallery-columns-6 .gallery-item,
.gallery-columns-7 .gallery-item,
.gallery-columns-8 .gallery-item,
.gallery-columns-9 .gallery-item {
width: 33.333%;
}
}
@media screen and (max-width: 480px) {
.gallery-columns-3 .gallery-item,
.gallery-columns-4 .gallery-item,
.gallery-columns-5 .gallery-item,
.gallery-columns-6 .gallery-item,
.gallery-columns-7 .gallery-item,
.gallery-columns-8 .gallery-item,
.gallery-columns-9 .gallery-item {
width: 50%;
margin-bottom: 15px;
}
}
.gallery-icon {
margin-bottom: 0.8em;
background-color: #f9f9f9;
padding: 5px;
border: 1px solid #eee;
border-radius: 4px;
transition: all 0.3s ease;
overflow: hidden;
line-height: 0;
}
.gallery-icon:hover {
border-color: #6F9C50;
box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}
.gallery-icon img {
display: block;
width: 100%;
height: auto;
border-radius: 2px;
transition: transform 0.4s ease;
}
.gallery-icon img:hover {
transform: scale(1.03);
}
.gallery-caption {
display: block;
padding: 0.5em 0;
margin-top: 0.3em;
font-size: 0.85em;
color: #666;
line-height: 1.4;
font-style: italic;
}
.wp-block-gallery {
margin: 2em 0 3em;
}
.wp-block-gallery .blocks-gallery-item {
margin: 0 0 15px;
padding: 0;
position: relative;
overflow: hidden;
border-radius: 6px;
}
.wp-block-gallery .blocks-gallery-item figure {
height: 100%;
display: flex;
align-items: flex-end;
justify-content: center;
}
.wp-block-gallery .blocks-gallery-item figure img {
object-fit: cover;
width: 100%;
height: 100%;
border-radius: 6px;
transition: transform 0.4s ease;
}
.wp-block-gallery .blocks-gallery-item figure img:hover {
transform: scale(1.03);
}
.wp-block-gallery .blocks-gallery-item figure figcaption {
position: absolute;
bottom: 0;
width: 100%;
margin: 0;
padding: 40px 12px 12px;
font-size: 0.85em;
text-align: center;
color: white;
background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
opacity: 0.9;
transition: opacity 0.3s ease;
}
.wp-block-gallery .blocks-gallery-item figure figcaption:hover {
opacity: 1;
}
.wp-block-gallery.has-nested-images figure.wp-block-image img {
display: block;
}
.wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image) {
margin-bottom: 15px;
}
.wp-caption {
max-width: 100%;
margin-bottom: 1.5em;
border-radius: 6px;
overflow: hidden;
box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
}
.wp-caption img {
display: block;
width: 100%;
height: auto;
margin: 0;
}
.wp-caption .wp-caption-text {
padding: 0.8em 1em;
margin: 0;
font-size: 0.85em;
font-style: italic;
color: #666;
background-color: #f9f9f9;
border-top: 1px solid #eee;
}
img.alignleft,
.wp-caption.alignleft {
margin-right: 1.5em;
margin-bottom: 1em;
float: left;
}
img.alignright,
.wp-caption.alignright {
margin-left: 1.5em;
margin-bottom: 1em;
float: right;
}
img.aligncenter,
.wp-caption.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
}  .site-footer {
background-color: #2c3e50;
color: #ffffff;
padding: 50px 0 40px;
}
.footer-widgets-container {
margin-bottom: 40px;
padding-bottom: 30px;
border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.footer-widgets-row {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 40px;
}
@media screen and (max-width: 992px) {
.footer-widgets-row {
grid-template-columns: repeat(2, 1fr);
gap: 30px;
}
}
@media screen and (max-width: 576px) {
.footer-widgets-row {
grid-template-columns: 1fr;
gap: 25px;
}
}
.footer-widget-area .widget {
background-color: transparent;
box-shadow: none;
padding: 0;
margin-bottom: 25px;
font-weight: 300;
}
.footer-widget-area .widget .textwidget {
line-height: 1.75em;
}
.footer-widget-area .widget:last-child {
margin-bottom: 0;
}
.footer-widget-area .widget .widget-title {
color: #ffffff;
border-bottom: none;
margin-bottom: 20px;
padding-bottom: 10px;
font-size: 1.2em;
font-weight: 400;
position: relative;
}
.footer-widget-area .widget .widget-title::after {
content: "";
position: absolute;
bottom: 0;
left: 0;
width: 25%;
height: 2px;
background-color: #6F9C50;
}
.footer-widget-area .widget .wp-block-heading {
color: #ffffff;
border-bottom: none;
margin-bottom: 20px;
padding-bottom: 10px;
font-size: 1.2em;
font-weight: 600;
position: relative;
}
.footer-widget-area .widget .wp-block-heading::after {
content: "";
position: absolute;
bottom: 0;
left: 0;
width: 25%;
height: 2px;
background-color: #6F9C50;
}
.footer-widget-area .widget ul {
padding-left: 0;
list-style: none;
}
.footer-widget-area .widget ul li {
border-bottom: 1px solid rgba(255, 255, 255, 0.1);
padding: 8px 0;
position: relative;
transition: all 0.3s ease;
}
.footer-widget-area .widget ul li:last-child {
border-bottom: none;
}
.footer-widget-area .widget ul li a {
color: rgba(255, 255, 255, 0.8);
text-decoration: none;
display: inline-block;
transition: all 0.3s ease;
font-weight: 300;
}
.footer-widget-area .widget ul li a:hover {
color: #6F9C50;
padding-left: 5px;
}
.footer-widget-area .widget ul li a::before {
content: "\f105";
font-family: "Font Awesome 6 Free";
font-weight: 900;
margin-right: 8px;
font-size: 0.85em;
color: #6F9C50;
opacity: 0.7;
}
.footer-widget-area .widget p {
color: rgba(255, 255, 255, 0.8);
margin-bottom: 1em;
line-height: 1.6;
font-weight: 300;
}
.footer-widget-area .widget p:last-child {
margin-bottom: 0;
}
.footer-widget-area .widget input, .footer-widget-area .widget textarea, .footer-widget-area .widget select {
background-color: rgba(0, 0, 0, 0.2);
border: 1px solid rgba(255, 255, 255, 0.15);
color: #ffffff;
padding: 10px 12px;
border-radius: 4px;
width: 100%;
margin-bottom: 10px;
}
.footer-widget-area .widget input:focus, .footer-widget-area .widget textarea:focus, .footer-widget-area .widget select:focus {
border-color: #6F9C50;
box-shadow: 0 0 0 2px rgba(111, 156, 80, 0.2);
outline: none;
}
.footer-widget-area .widget input[type=button],
.footer-widget-area .widget input[type=reset],
.footer-widget-area .widget input[type=submit] {
background-color: #6F9C50;
border: none;
color: white;
padding: 10px 15px;
border-radius: 4px;
cursor: pointer;
transition: all 0.3s ease;
}
.footer-widget-area .widget input[type=button]:hover,
.footer-widget-area .widget input[type=reset]:hover,
.footer-widget-area .widget input[type=submit]:hover {
background-color: rgb(87.0127118644, 122.2881355932, 62.7118644068);
}
.footer-widget-area .widget .recent-posts-widget li {
display: flex;
margin-bottom: 15px;
padding: 0 0 15px;
border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.footer-widget-area .widget .recent-posts-widget li:last-child {
margin-bottom: 0;
padding-bottom: 0;
border-bottom: none;
}
.footer-widget-area .widget .recent-posts-widget li img {
width: 70px;
height: 70px;
border-radius: 5px;
margin-right: 15px;
object-fit: cover;
transition: all 0.3s ease;
}
.footer-widget-area .widget .recent-posts-widget li img:hover {
transform: scale(1.05);
box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}
.footer-widget-area .widget .recent-posts-widget li .post-info {
flex: 1;
}
.footer-widget-area .widget .recent-posts-widget li .post-info .post-title {
display: block;
margin-bottom: 5px;
font-weight: 600;
line-height: 1.3;
font-size: 0.95em;
}
.footer-widget-area .widget .recent-posts-widget li .post-info .post-title:hover {
color: #6F9C50;
}
.footer-widget-area .widget .recent-posts-widget li .post-info .post-date {
font-size: 0.8em;
color: rgba(255, 255, 255, 0.6);
display: flex;
align-items: center;
}
.footer-widget-area .widget .recent-posts-widget li .post-info .post-date i {
margin-right: 5px;
font-size: 0.9em;
color: #6F9C50;
}
.footer-widget-area .widget .tagcloud a {
display: inline-block;
background-color: rgba(255, 255, 255, 0.1);
color: rgba(255, 255, 255, 0.8);
padding: 4px 10px;
margin: 0 5px 5px 0;
border-radius: 3px;
font-size: 0.8em;
transition: all 0.3s ease;
}
.footer-widget-area .widget .tagcloud a:hover {
background-color: #6F9C50;
color: white;
transform: translateY(-2px);
}
.footer-widget-area .widget .calendar_wrap table {
width: 100%;
border-collapse: collapse;
}
.footer-widget-area .widget .calendar_wrap table caption {
color: rgba(255, 255, 255, 0.9);
margin-bottom: 8px;
font-weight: 600;
}
.footer-widget-area .widget .calendar_wrap table th, .footer-widget-area .widget .calendar_wrap table td {
padding: 5px;
text-align: center;
border: 1px solid rgba(255, 255, 255, 0.1);
}
.footer-widget-area .widget .calendar_wrap table th {
background-color: rgba(0, 0, 0, 0.2);
}
.footer-widget-area .widget .calendar_wrap table td a {
background-color: #6F9C50;
color: white;
display: block;
border-radius: 2px;
}
.footer-widget-area .widget .calendar_wrap table td a:hover {
background-color: rgb(136.8855932203, 179.406779661, 107.593220339);
}
.footer-widget-area .widget.widget_search .wp-block-search .wp-block-search__label {
color: #ffffff;
border-bottom: none;
margin-bottom: 20px;
padding-bottom: 10px;
font-size: 1.2em;
font-weight: 600;
position: relative;
}
.footer-widget-area .widget.widget_search .wp-block-search .wp-block-search__label::after {
content: "";
position: absolute;
bottom: 0;
left: 0;
width: 25%;
height: 2px;
background-color: #6F9C50;
}
.footer-widget-area .widget.widget_search .search-form {
display: flex;
gap: 0;
align-items: stretch;
margin-top: 20px;
}
.footer-widget-area .widget.widget_search .search-form label {
flex: 1;
margin: 0;
display: flex;
}
.footer-widget-area .widget.widget_search .search-form .search-field {
flex: 1;
background-color: rgba(255, 255, 255, 0.15);
border: 1px solid rgba(255, 255, 255, 0.2);
border-radius: 6px 0 0 6px;
color: #ffffff;
padding: 12px 15px;
font-size: 14px;
width: 100%;
margin: 0;
}
.footer-widget-area .widget.widget_search .search-form .search-field::placeholder {
color: rgba(255, 255, 255, 0.6);
}
.footer-widget-area .widget.widget_search .search-form .search-field:focus {
background-color: rgba(255, 255, 255, 0.2);
border-color: #6F9C50;
outline: none;
box-shadow: 0 0 0 2px rgba(111, 156, 80, 0.2);
}
.footer-widget-area .widget.widget_search .search-form .search-submit {
background-color: #6F9C50;
border: none;
border-radius: 0 6px 6px 0;
color: #ffffff;
padding: 12px 24px;
font-size: 13px;
font-weight: 500;
text-transform: capitalize;
letter-spacing: 0.5px;
cursor: pointer;
transition: all 0.3s ease;
margin: 0;
min-width: 100px;
}
.footer-widget-area .widget.widget_search .search-form .search-submit:hover {
background-color: rgb(91.8101694915, 129.0305084746, 66.1694915254);
transform: translateY(-1px);
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.footer-widget-area .widget.widget_search .search-form .search-submit:active {
transform: translateY(0);
}
.footer-social-icons {
margin-bottom: 25px;
text-align: center;
}
.footer-social-icons .social-icons {
display: flex;
justify-content: center;
gap: 15px;
margin-bottom: 15px;
}
.footer-social-icons .social-icon {
display: inline-flex;
align-items: center;
justify-content: center;
width: 40px;
height: 40px;
background-color: rgba(255, 255, 255, 0.1);
color: #ffffff;
border-radius: 50%;
text-decoration: none;
transition: all 0.3s ease;
}
.footer-social-icons .social-icon::before, .footer-social-icons .social-icon::after {
display: none;
}
.footer-social-icons .social-icon i {
font-size: 18px;
}
.footer-social-icons .social-icon .social-icon-svg {
width: 20px;
height: 20px;
filter: brightness(0) invert(1);
transition: filter 0.3s ease;
}
.footer-social-icons .social-icon .social-icon-text {
font-size: 16px;
font-weight: 600;
text-transform: uppercase;
}
.footer-social-icons .social-icon:hover {
background-color: #6F9C50;
color: #ffffff;
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
text-decoration: none;
}
.footer-social-icons .social-icon:hover .social-icon-svg {
filter: brightness(0) invert(1);
}
.footer-credits {
text-align: center;
padding-top: 10px;
}
.site-info {
text-align: center;
font-size: 0.9em;
color: rgba(255, 255, 255, 0.7);
}
.site-info a {
color: #6F9C50;
text-decoration: none;
transition: all 0.3s ease;
}
.site-info a:hover {
text-decoration: underline;
color: rgb(136.8855932203, 179.406779661, 107.593220339);
}
.site-info .sep {
padding: 0 10px;
color: rgba(255, 255, 255, 0.3);
}
.footer-copyright {
text-align: center;
font-size: 0.9em;
color: rgba(255, 255, 255, 0.7);
min-height: 1.2em;
line-height: 1.4;
padding: 5px 0;
}
.footer-copyright a {
color: #6F9C50;
text-decoration: none;
transition: all 0.3s ease;
}
.footer-copyright a:hover {
text-decoration: underline;
color: rgb(136.8855932203, 179.406779661, 107.593220339);
}
.footer-copyright:empty::before {
content: " ";
display: inline-block;
}
@media screen and (max-width: 599px) {
.site-footer {
padding: 40px 0 30px;
margin-top: 40px;
}
.footer-widgets-container {
margin-bottom: 30px;
padding-bottom: 20px;
}
.site-info {
font-size: 0.85em;
}
}  .accepta-hero-section {
position: relative;
width: 100%;
overflow: hidden;
display: flex;
align-items: center;
justify-content: center;
z-index: 1;
}
.accepta-hero-section.accepta-hero-fullscreen {
min-height: 100vh;
}
.accepta-hero-section.accepta-hero-min-height {
min-height: 500px;
}
.accepta-hero-section.accepta-hero-custom-height {
height: auto;
min-height: 500px;
}
.accepta-hero-section .accepta-hero-video-background {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1;
overflow: hidden;
}
.accepta-hero-section .accepta-hero-video-background .accepta-hero-video-embed {
position: absolute;
top: 50%;
left: 50%;
width: 100%;
height: 100%;
transform: translate(-50%, -50%);
min-width: 100%;
min-height: 100%;
pointer-events: none;
}
.accepta-hero-section .accepta-hero-video-background .accepta-hero-video-embed iframe {
pointer-events: none;
}
.accepta-hero-section .accepta-hero-video-background .accepta-hero-video-embed::after {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1;
pointer-events: auto;
}
.accepta-hero-section .accepta-hero-video-background .accepta-hero-video-embed iframe {
position: absolute;
top: 50%;
left: 50%;
width: 100vw;
height: 56.25vw;
min-height: 100vh;
min-width: 177.77vh;
transform: translate(-50%, -50%);
}
.accepta-hero-section .accepta-hero-video-background .accepta-hero-video-element {
position: absolute;
top: 50%;
left: 50%;
width: 100%;
height: 100%;
transform: translate(-50%, -50%);
object-fit: cover;
min-width: 100%;
min-height: 100%;
}
.accepta-hero-section .accepta-hero-video-controls {
position: absolute;
bottom: 20px;
right: 20px;
display: flex;
gap: 10px;
z-index: 4;
}
.accepta-hero-section .accepta-hero-video-controls button {
background: none;
border: none;
width: 40px;
height: 40px;
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
padding: 0;
opacity: 0.6;
transition: opacity 0.3s ease;
}
.accepta-hero-section .accepta-hero-video-controls button:hover {
opacity: 1;
}
.accepta-hero-section .accepta-hero-video-controls button svg {
width: 24px;
height: 24px;
fill: #666666;
pointer-events: none;
}
.accepta-hero-section .accepta-hero-video-controls button .accepta-hero-pause-icon,
.accepta-hero-section .accepta-hero-video-controls button .accepta-hero-unmute-icon {
display: none;
}
.accepta-hero-section .accepta-hero-video-controls .accepta-hero-video-play-pause.paused .accepta-hero-play-icon {
display: none;
}
.accepta-hero-section .accepta-hero-video-controls .accepta-hero-video-play-pause.paused .accepta-hero-pause-icon {
display: block;
}
.accepta-hero-section .accepta-hero-video-controls .accepta-hero-video-mute-unmute.unmuted .accepta-hero-mute-icon {
display: none;
}
.accepta-hero-section .accepta-hero-video-controls .accepta-hero-video-mute-unmute.unmuted .accepta-hero-unmute-icon {
display: block;
}
.accepta-hero-section .accepta-hero-overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 2;
}
.accepta-hero-section .accepta-hero-content-wrapper {
position: relative;
z-index: 3;
width: 100%;
padding: 60px 20px;
}
.accepta-hero-section .accepta-hero-content-wrapper .container, .accepta-hero-section .accepta-hero-content-wrapper .site-content {
max-width: 1200px;
margin: 0 auto;
}
.accepta-hero-section .accepta-hero-content-wrapper .accepta-hero-content {
text-align: center;
}
.accepta-hero-section .accepta-hero-content-wrapper .accepta-hero-content .accepta-hero-heading {
margin: 0 0 20px;
font-weight: 700;
line-height: 1.2;
}
.accepta-hero-section .accepta-hero-content-wrapper .accepta-hero-content .accepta-hero-text {
margin: 0 0 30px;
line-height: 1.6;
}
.accepta-hero-section .accepta-hero-content-wrapper .accepta-hero-content .accepta-hero-text p {
margin: 0 0 15px;
}
.accepta-hero-section .accepta-hero-content-wrapper .accepta-hero-content .accepta-hero-text p:last-child {
margin-bottom: 0;
}
.accepta-hero-section .accepta-hero-content-wrapper .accepta-hero-content .accepta-hero-button-wrapper {
margin-top: 24px;
}
.accepta-hero-section .accepta-hero-content-wrapper .accepta-hero-content .accepta-hero-button {
display: inline-block;
padding: 10px 24px;
font-size: 14px;
border-radius: 4px;
text-decoration: none;
font-weight: 500;
text-transform: capitalize;
transition: all 0.3s ease;
}
.accepta-hero-section .accepta-hero-content-wrapper .accepta-hero-content .accepta-hero-button.accepta-hero-button-primary {
background-color: #6F9C50;
color: #ffffff;
border: 2px solid #6F9C50;
}
.accepta-hero-section .accepta-hero-content-wrapper .accepta-hero-content .accepta-hero-button.accepta-hero-button-primary:hover {
background-color: rgb(91.8101694915, 129.0305084746, 66.1694915254);
border-color: rgb(91.8101694915, 129.0305084746, 66.1694915254);
transform: translateY(-2px);
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.accepta-hero-section .accepta-hero-content-wrapper .accepta-hero-content .accepta-hero-button.accepta-hero-button-secondary {
background-color: #ffffff;
color: #6F9C50;
border: 2px solid #ffffff;
}
.accepta-hero-section .accepta-hero-content-wrapper .accepta-hero-content .accepta-hero-button.accepta-hero-button-secondary:hover {
background-color: rgba(255, 255, 255, 0.9);
transform: translateY(-2px);
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.accepta-hero-section .accepta-hero-content-wrapper .accepta-hero-content .accepta-hero-button.accepta-hero-button-outline {
background-color: transparent;
color: #ffffff;
border: 2px solid #ffffff;
}
.accepta-hero-section .accepta-hero-content-wrapper .accepta-hero-content .accepta-hero-button.accepta-hero-button-outline:hover {
background-color: #ffffff;
color: #6F9C50;
transform: translateY(-2px);
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 768px) {
.accepta-hero-section .accepta-hero-content-wrapper {
padding: 40px 15px;
}
.accepta-hero-section .accepta-hero-content-wrapper .accepta-hero-content .accepta-hero-heading {
font-size: 32px;
}
.accepta-hero-section .accepta-hero-content-wrapper .accepta-hero-content .accepta-hero-text {
font-size: 16px;
}
.accepta-hero-section .accepta-hero-content-wrapper .accepta-hero-content .accepta-hero-button {
padding: 8px 20px;
font-size: 13px;
}
}   .infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
display: none;
} .infinity-end.neverending .site-footer {
display: block;
}   .screen-reader-text {
border: 0;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute !important;
width: 1px;
word-wrap: normal !important;
}
.screen-reader-text:focus {
background-color: #f5f5f5;
border-radius: 3px;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
clip-path: none;
color: #21759b;
display: block;
font-size: 0.875rem;
font-weight: 700;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000;
} #primary[tabindex="-1"]:focus {
outline: 0;
} .alignleft { float: left; margin-right: 1.5em;
margin-bottom: 1.5em;
}
.alignright { float: right; margin-left: 1.5em;
margin-bottom: 1.5em;
}
.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
margin-bottom: 1.5em;
}@font-face{font-family:'FontAwesome';src:url(//blog.izifiso.com/wp-content/plugins/elementor/assets/lib/font-awesome/fonts/fontawesome-webfont.eot?v=4.7.0);src:url(//blog.izifiso.com/wp-content/plugins/elementor/assets/lib/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format('embedded-opentype'),url(//blog.izifiso.com/wp-content/plugins/elementor/assets/lib/font-awesome/fonts/fontawesome-webfont.woff2?v=4.7.0) format('woff2'),url(//blog.izifiso.com/wp-content/plugins/elementor/assets/lib/font-awesome/fonts/fontawesome-webfont.woff?v=4.7.0) format('woff'),url(//blog.izifiso.com/wp-content/plugins/elementor/assets/lib/font-awesome/fonts/fontawesome-webfont.ttf?v=4.7.0) format('truetype'),url(//blog.izifiso.com/wp-content/plugins/elementor/assets/lib/font-awesome/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format('svg');font-weight:normal;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.33333333em;line-height:.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.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{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:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.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}