/*
 Theme Name:   WebTinqer Theme - Based on Total
 Theme URI:
 Description:  WebTinqer Theme - Based on Total
 Author:       WebTinqer
 Author URI:   https://webtinqer.com/
 Template:     Total
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  Total
*/

:root {
    --c-primary: #ff9724; /* ORANGE */
    --c-primary-alt: #8b571e;
    --c-primary-alt-trans:
    --c-secondary: #5171A5; /* BLUE */
    --c-secondary-alt: #21496e;
    --c-tertiary: #223; /* GOLD */
    --c-tertiary-alt: #223;
    --c-quaternary: #E5ECF4;
    --c-quaternary-alt: #c1c2c3;
    --bg-style-001: url("https://template.webtinqer.com/wp-content/uploads/2023/10/brick-wall-dark.png");
    --bg-style-002: url("https://template.webtinqer.com/wp-content/uploads/2023/10/gplay.png");
    --bg-style-003: url("https://template.webtinqer.com/wp-content/uploads/2023/10/navy.png");
    --bg-style-004: url("https://template.webtinqer.com/wp-content/uploads/2023/10/hexellence.png");
    --bg-style-005: url("https://template.webtinqer.com/wp-content/uploads/2023/10/light-honeycomb.png");
    --img-shadow: rgba(6, 24, 44, 0.4) 0px 0px 0px 2px, rgba(6, 24, 44, 0.65) 0px 4px 6px -1px, rgba(255, 255, 255, 0.08) 0px 1px 0px inset;
}

.color-primary {
    color: var(--c-primary);
}

.color-secondary {
    color: var(--c-secondary);
}

.color-tertiary {
    color: var(--c-tertiary);
}

.text-align-center {
    text-align: center;
}

.img-flip img {
    transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
}

.img-border img {
    border: 3px solid #666666AA;
    outline: 1px solid #444444AA;
    box-shadow: var(--img-shadow);
}

@media (max-width: 959px) {
    .mobile-text-center {
        text-align: center;
    }
}

/* ### HEADER ### */

/* ### MAIN ### */

/* ### FOOTER ### */
#footer-widgets {
    text-align: center;
}