/*!
Theme Name: SDBX Studio
Theme URI: http://underscores.me/
Author: Craig Tran
Author URI: https://www.sdbxstudio.com
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: sdbx-wp-theme
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

SDBX Studio is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

.page-id-1485 img#product-icon {
    max-width: 200px;
}
.site-main a {
    text-decoration: underline;
}
body {
    font-family: gotham, sans-serif;
    font-weight: 500;
    font-style: normal;
}
#kit-contents a {
    word-break: break-all;
}
article.post ul {
    list-style: disc !important;
}
article.post ol {
    list-style: number !important;
}

p {
    margin-bottom: 1rem;
}
.swiper-pagination-bullet-active {
    background: #fff !important;
}
ol.wp-block-list {
    list-style: numbers;
    margin-left: 1rem;
    font-size: 1.25rem;
    line-height: 1.75rem;
    margin-bottom: 1rem;
}
ul.wp-block-list {
    list-style: disc;
    margin-left: 1rem;
    font-size: 1.25rem;
    line-height: 1.75rem;
    margin-bottom: 1rem;
}

#header-description p strong {
    font-weight: 700;
    font-size: 1.25rem;
    margin-top: 1rem;
    display: inline-block;
}
.rslides {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
}

.rslides li {
    -webkit-backface-visibility: hidden;
    position: absolute;
    display: none;
    width: 100%;
    left: 0;
    top: 0;
}

.rslides li:first-child {
    position: relative;
    display: block;
    float: left;
}

.rslides img {
    display: block;
    height: auto;
    float: left;
    width: 100%;
    border: 0;
}
.rslides1_tabs {
    position: static;
    bottom: 0;
    right: 0;
    z-index: 10;
    width: 100%;
    text-align: center;
}
.testimonials-orange .rslides_tabs {
    width: 100%;
    text-align: center;
}
.rslides_tabs li {
    display: inline-block;
    color: transparent;
    background-color: #c590a5;
    height: 0.85rem;
    width: 0.85rem;
    margin: 0 0.5rem;
    border-radius: 0.125rem;
}
.rslides_tabs li:hover,
.rslides_tabs li.rslides_here {
    background-color: #4e0d39;
}

.rslides_nav {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 10;
    top: 50%;
    transform: translate(0, -50%);
    position: absolute;
    color: transparent;
}
.testimonials-wrapper .rslides2_nav,
.testimonials-wrapper .rslides1_nav {
    top: 30%;
}
.rslides_nav.prev {
    height: 4rem;
    width: auto;
    left: 0;
}
.rslides_nav.next {
    height: 4rem;
    width: auto;
    right: 1.2%;
}
.rslides1_nav.prev {
    background-image: url(./images/arrow-prev.svg);
}
.rslides1_nav.next {
    background-image: url(./images/arrow-next.svg);
}
.rslides2_nav.prev {
    background-image: url(./images/arrow-prev-dark.svg);
}
.rslides2_nav.next {
    background-image: url(./images/arrow-next-dark.svg);
}
.testimonials-purple .rslides1_nav.prev {
    background-image: url(./images/arrow-prev-purple.svg);
}
.testimonials-purple .rslides1_nav.next {
    background-image: url(./images/arrow-next-purple.svg);
}
.home-slider .rslides_nav {
    top: 20%;
}

/* Close Button */
.close-icon {
    margin: auto;
    text-align: center;
    width: 1.5rem;
    height: 1.5rem;
    display: block;
    position: relative;
    cursor: pointer;
}
.close-icon::before,
.close-icon::after {
    content: '';
    background: #000;
    position: absolute;
    height: 100%;
    width: 1px;
}
.close-icon.close-white::before,
.close-icon.close-white::after {
    background: #fff;
}
.close-icon::before {
    transform: rotate(45deg);
}
.close-icon::after {
    transform: rotate(-45deg);
}

@media only screen and (min-width: 768px) {
    nav ul li a {
        padding: 3rem 1.2rem;
        font-size: 1rem;
        letter-spacing: 0.0875rem;
    }
    nav ul li > ul {
        left: -2rem;
    }
    .home-slider .rslides_nav,
    .rslides_nav {
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        z-index: 10;
        top: 50%;
        transform: translate(0, -50%);
        position: absolute;
        color: transparent;
    }
    .rslides1_tabs {
        position: absolute;
        bottom: 0;
        right: 0;
        z-index: 10;
        width: 33%;
        text-align: center;
    }
    .testimonials-purple .rslides1_tabs {
        width: 100%;
    }
}
@media only screen and (min-width: 1024px) {
}
/* Large desktop */
@media only screen and (min-width: 1280px) {
}
@media only screen and (min-width: 1440px) {
}

@media (max-width: 1024px) {
}
