/*
Theme Name: Equadio
Theme URI: https://equadio.themerex.net/
Description: Equadio is a Premium WordPress theme that has built-in support for popular Page Builders, slider with swipe gestures, and is SEO- and Retina-ready. The unique system of inheritance and override options allows setting up individual parameters for different sections of your site and supported plugins.
Author: ThemeREX
Author URI: https://themerex.net/
Version: 1.1.2
Engine: 1.80.0
Tested up to: 5.7
Requires PHP: 7.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, e-commerce, news, portfolio, grid-layout, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-logo, custom-menu, editor-style, featured-image-header, featured-images, flexible-header, footer-widgets, full-width-template, microformats, post-formats, sticky-post, theme-options, threaded-comments, translation-ready, block-styles, wide-blocks
Text Domain: equadio
*/
/* TABLE OF CONTENTS:

1. Reset tags and predefined classes
2+ See in the active skin styles

-------------------------------------------------------------- */
/* 1. Reset tags
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, input, textarea, button,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, address, section, video, audio {
  font-family: inherit;
  font-size: 100%;
  line-height: inherit;
  font-weight: inherit;
  font-style: inherit;
  border: 0;
  outline: 0;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

html, body {
  margin: 0;
  padding: 0;
  width: 100%;
}

html {
  font-size: 100%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units
http://clagnut.com/blog/348/#c790 */
  -webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
  -ms-text-size-adjust: 100%; /* www.456bereastreet.com/archive/201012/
controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  overflow-y: scroll !important;
  overflow-x: hidden;
  height: 100%;
}

div.ui-widget,
div.ui-widget .ui-widget,
div.ui-widget .ui-widget-header,
div.ui-widget .ui-widget-content,
div.ui-accordion .ui-accordion-header,
div.ui-widget button,
div.ui-widget input,
div.ui-widget select,
div.ui-widget textarea,
div.ui-state-default,
div.ui-widget-content .ui-state-default,
div.ui-widget-header .ui-state-default {
  font-family: inherit;
  font-size: 1em;
  line-height: inherit;
}

div.ui-widget,
div.ui-widget .ui-widget,
div.ui-widget .ui-widget-header,
div.ui-widget .ui-widget-content,
div.ui-accordion .ui-accordion-header,
div.ui-state-default,
div.ui-widget-content .ui-state-default,
div.ui-widget-header .ui-state-default {
  color: inherit;
  background: none;
  border-style: none;
  border-radius: 0;
}

div.ui-datepicker {
  background-color: #fff;
}

div.ui-accordion .ui-accordion-header {
  padding: 0;
}

div.ui-accordion .ui-accordion-header-icon {
  display: none;
}

div.ui-tabs,
div.ui-tabs .ui-tabs-panel,
div.ui-tabs .ui-tabs-nav {
  padding: 0;
}

div.ui-tabs .ui-tabs-nav li {
  float: none;
  margin: 0;
}

div.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: none;
}

/* Predefined classes for users
-------------------------------------------------------------- */
/* Round object corners */
.rounded_none {
  border-radius: 0;
}

.rounded_tiny {
  border-radius: 4px;
}

.rounded_small {
  border-radius: 6px;
}

.rounded_medium {
  border-radius: 10px;
}

.rounded_large {
  border-radius: 15px;
}

.rounded {
  border-radius: 50%;
}

/* Overflow hidden */
.overflow_hidden {
  overflow: hidden !important;
}

.overflow_x_hidden {
  overflow-x: hidden !important;
}

.overflow_y_hidden {
  overflow-y: hidden !important;
}

.dk-speakout-petition-wrap .dk-speakout-petition .dk-speakout-ajaxloader {
  background: transparent url('/wp-content/themes/equadio/skins/default/images/balls-loader.png') no-repeat center center;
}
/*# sourceMappingURL=style.css.map */

/*
Theme Name: Equadio Fixed
Template: equadio
Description: Fixed and optimized version of Equadio theme CSS for better accessibility, responsive design, and audit compliance.
*/

/* --------------------------------------------------------------
1. Global Resets
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, input, textarea, button,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, address, section, video, audio {
    font-family: inherit;
    font-size: 100%;
    line-height: inherit;
    font-weight: inherit;
    font-style: inherit;
    border: 0;
    outline: 0;
    word-wrap: break-word;
}

/* --------------------------------------------------------------
2. Base HTML & Body Styles
-------------------------------------------------------------- */
html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    font-family: 'Arial', sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color: #222;
    background-color: #fff;
    overflow-x: hidden;
    overflow-y: auto;
}

html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    height: 100%;
}

/* --------------------------------------------------------------
3. UI Widget / jQuery UI Fixes
-------------------------------------------------------------- */
div.ui-widget, 
div.ui-widget .ui-widget-header, 
div.ui-widget .ui-widget-content,
div.ui-accordion .ui-accordion-header,
div.ui-state-default,
div.ui-widget-content .ui-state-default,
div.ui-widget-header .ui-state-default {
    font-size: 14px;
    line-height: 1.5;
    color: inherit;
    background: none;
    border-style: none;
    border-radius: 0;
}

div.ui-datepicker {
    background-color: #fff;
}

div.ui-accordion .ui-accordion-header {
    padding: 0;
}

div.ui-accordion .ui-accordion-header-icon {
    display: none;
}

div.ui-tabs,
div.ui-tabs .ui-tabs-panel,
div.ui-tabs .ui-tabs-nav {
    padding: 0;
}

div.ui-tabs .ui-tabs-nav li {
    float: none;
    margin: 0;
}

div.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    float: none;
}

/* --------------------------------------------------------------
4. Utility Classes
-------------------------------------------------------------- */
.rounded_none { border-radius: 0; }
.rounded_tiny { border-radius: 4px; }
.rounded_small { border-radius: 6px; }
.rounded_medium { border-radius: 10px; }
.rounded_large { border-radius: 15px; }
.rounded { border-radius: 50%; }

.overflow_hidden { overflow: hidden; }
.overflow_x_hidden { overflow-x: hidden; }
.overflow_y_hidden { overflow-y: hidden; }

/* --------------------------------------------------------------
5. Custom Wildlife Table & Content Styles
-------------------------------------------------------------- */
.section-title {
    font-size: 28px;
    font-weight: bold;
    color: #000;
    margin-bottom: 30px;
    text-align: center;
}

.wildlife-section {
    margin-bottom: 40px;
}

.sub-title {
    font-size: 22px;
    font-weight: 600;
    color: #000;
    margin-bottom: 15px;
}

.text-block {
    font-size: 16px;
    color: #444;
    margin-bottom: 15px;
    line-height: 1.6;
}

.method-title {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    margin: 20px 0 10px;
}

.list {
    padding-left: 15px;
}

.list-item {
    margin-bottom: 10px;
    font-size: 15px;
    color: #333;
    line-height: 1.5;
}

.highlight {
    font-weight: bold;
    color: #000;
}

.contact {
    font-weight: bold;
    color: #FFBB00;
}

.email {
    color: #FFBB00;
    font-weight: 500;
}

em {
    font-style: italic;
    color: #888;
}

.wildlife-response-wrapper {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin-bottom: 1rem;
}

.wildlife-response-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 320px;
    font-family: Arial, sans-serif;
}

.wildlife-response-table th,
.wildlife-response-table td {
    padding: 12px 16px;
    text-align: left;
    border: 1px solid #ccc;
    line-height: 1.6;
    color: #222;
}

.wildlife-response-table thead th {
    background-color: #000;
    color: #fff;
}

.wildlife-response-table tbody tr:nth-child(even) {
    background-color: #f2f0eb;
}

.wildlife-response-table tbody tr:nth-child(odd) {
    background-color: #ffffff;
}

@media (max-width: 576px) {
    .wildlife-response-table th,
    .wildlife-response-table td {
        padding: 10px;
        font-size: 14px;
    }
}

/* --------------------------------------------------------------
6. Header Fix
-------------------------------------------------------------- */
header {
    max-height: 513px;
    height: auto;
}

/* --------------------------------------------------------------
7. Loader Image Fix
-------------------------------------------------------------- */
.dk-speakout-petition-wrap .dk-speakout-ajaxloader {
    background: transparent url('/wp-content/themes/equadio/<?php echo get_template_directory_uri('); ?>/skins/default/images/balls-loader.png') no-repeat center center;
}