/*
Theme Name: Twenty Seventeen Child
Theme URI: https://wordpress.org/themes/twentyseventeen/
Template: twentyseventeen
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Seventeen brings your site to life with header video and immersive featured images. With a focus on business sites, it features multiple sections on the front page as well as widgets, navigation and social menus, a logo, and more. Personalize its asymmetrical grid with a custom color scheme and showcase your multimedia content with post formats. Our default theme for 2017 works great in many languages, for any abilities, and on any device.
Tags: one-column,two-columns,right-sidebar,flexible-header,accessibility-ready,custom-colors,custom-header,custom-menu,custom-logo,editor-style,featured-images,footer-widgets,post-formats,rtl-language-support,sticky-post,theme-options,threaded-comments,translation-ready,block-patterns
Version: 3.8.1737427729
Updated: 2025-01-21 02:48:49

*/

/* Hiding default elements */
.site-branding {
    display: none;
}

.site-footer {
    display: none;
}

body.page.page-one-column .entry-header {
    display: none;
}

.site-content {
    padding: 0 !important;
}

.wrap {
    max-width: 100%;
    padding: 0;
}

.content-area {
    max-width: 100% !important;
}

/* Universal Reset */
*, html, body {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

/* Root (HTML) Styles */
html {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    font-family: "Source Sans 3", serif !important;
    font-size: 5px; /* Base font size for small screens */
}

/* Body Styles */
body {
    position: relative;
    display: flex;
    flex-direction: column;
    flex: 1;
    font-family: "Source Sans 3", serif !important;
    font-size: 2.6rem;
    font-weight: 400;
    letter-spacing: 0;
    color: #404146;
    -webkit-font-smoothing: subpixel-antialiased;
    width: 100%;
    overflow-x: hidden;
    background-color: #FFFFFF;
    min-height: 100vh;
    min-height: 100svh; /* For modern browsers with small viewport height support */
}

/* Media Queries for Body Font Size Adjustment */
@media (min-width: 992px) { /* $lg breakpoint */
    body {
        font-size: 1.4rem;
    }
}

/* HTML Font Size Adjustments for Different Viewports */
@media (min-width: 768px) { /* $md breakpoint */
    html {
        font-size: 5.5px;
    }
}

@media (min-width: 992px) { /* $lg breakpoint */
    html {
        font-size: 7px;
    }
}

@media (min-width: 1200px) { /* $xl breakpoint */
    html {
        font-size: 7px;
    }
}

@media (min-width: 1400px) { /* $xxl breakpoint */
    html {
        font-size: 8px;
    }
}

@media (min-width: 1600px) { /* $xxxl breakpoint */
    html {
        font-size: 10px;
    }
}

/* start of section */
/* Section */
.section {
    width: 100%;
    padding: 0 5rem;
    margin-top: auto;
}

@media (max-width: 768px) {
    .main {
        padding-top: 7rem;
        padding-bottom: 4rem;
    }
}

/* Section Container */
.section .container {
    width: 100%;
    margin: 0 auto;
}

/* Media Queries for Container */
@media (min-width: 768px) { /* $lg breakpoint */
    .section .container {
        max-width: 720px;
    }
}

@media (min-width: 1100px) { /* $lg breakpoint */
    .section .container {
        max-width: 900px;
    }
}

@media (min-width: 1600px) { /* $xxxl breakpoint */
    .section .container {
        max-width: 1073px;
    }
}

@media (max-width: 768px) {
    .br-desktop {
        display: none;
    }
}

/* page styles */

.hero-content .logo {
    width: 16.075rem;
    height: 6rem;
}

.hero-content .logo.my-store-logo {
    width: 20.5rem;
    height: 5.6rem;
}

.hero-content .logo.co-site-logo {
    width: 16.018rem;
    height: 6.001rem;
}

.hero-content .logo.co-store-logo {
    width: 18.601rem;
    height: 5.601rem;
}

.hero-line {
    display: none;
}

@media (max-width: 768px) {
    .hero-line {
        width: 100%;
        height: 1px;
        background-color: #5A5A5A17;
        display: block;
        margin-bottom: 6.4rem;
    }
}

.main {
    height: 100%;
    background-color: #FFFFFF;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

@media (min-width: 768px) {
    .main {
        height: 100vh;
    }
}

.section.hero .container{
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    margin: 0 auto;
}

@media (min-width: 768px) {
    .hero-content {
        margin-right: 8.5rem;
        display: flex;
        flex-direction: column;
    }
}

.hero-content .logo {
    margin-bottom: 3.2rem;
}

@media (max-width: 768px) {
    .hero-content .logo {
        margin-bottom: 5.2rem;
    }
}

.hero-content p:nth-of-type(1) {
    margin-bottom: 6rem;
    font-weight: 400;
    font-size: 3.2rem;
    line-height: 4.4rem;
    color: #000;
}

@media (min-width: 768px) {
    .hero-content p:nth-of-type(1) {
        font-size: 2.4rem;
        line-height: 3.2rem;
        margin-bottom: 3.8rem;
    }
}

.hero-content p:nth-of-type(1) strong {
    font-weight: 600;
    color: #000;
}

.hero-content .hero-card {
    margin-bottom: 7rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: #F6F4F4;
    padding: 2rem 3rem;
    border-radius: 3rem;
}

@media (min-width: 768px) {
    .hero-content .hero-card {
        min-width: 45rem;
        margin-bottom: 0;
    }
}

@media (max-width: 768px) {
    .hero-content .hero-card {
        flex-direction: column;
        border-radius: 6rem;
        padding: 6rem 4rem;
    }
}

.hero-content .hero-card .line {
    width: 100%;
    height: 1px;
    background-color: #5A5A5A17;
    margin: 0.5rem 0;
}

@media (max-width: 768px) {
    .hero-content .hero-card .line {
        height: 1px;
        width: 20%;
        margin-left: 0rem;
        margin-top: 1.5rem;
        margin-bottom: 3rem;
    }
}

.hero-content .hero-card aside {
    display: flex;
}

@media (max-width: 768px) {
    .hero-content .hero-card aside {
        flex-direction: column;
    }
}

.hero-content .hero-card p {
    margin-bottom: 0rem;
    color: #000;
    font-weight: 400;
    font-size: 3rem;
    line-height: 4.8rem;
    margin-right: 1.6rem;
}

@media (min-width: 768px) {
    .hero-content .hero-card p {
        font-size: 1.5rem;
        line-height: 4.8rem;
    }
}

.hero-content .hero-card h4 {
    color: #000;
    font-weight: 600;
    font-size: 4.8rem;
    line-height: 9.6rem;
    padding: 0 !important;
    margin: 0 !important;
}

@media (min-width: 768px) {
    .hero-content .hero-card h4 {
        font-size: 2.4rem;
        line-height: 4.8rem;
    }
}

.hero-content h3 {
    border-top: 1px solid #5A5A5A17;
    color: #5A5A5A;
    font-weight: 600;
    font-size: 3.2rem;
    line-height: 7.6rem;
    margin-top: 5.25rem;
    padding: 2rem 0 1rem 0;
    margin-bottom: 0 !important;
}

@media (min-width: 769px) {
    .hero-content h3 {
        padding: 1rem 0;
        font-size: 2rem;
        line-height: 3.8rem;
        margin-top: auto;
    }
}

.hero-content p:nth-of-type(2), .hero-content .address {
    margin-bottom: 2rem;
    font-weight: 400;
    color: #5A5A5A;
    font-size: 2.4rem;
    line-height: 3rem;
}

@media (min-width: 768px) {
    .hero-content p:nth-of-type(2), .hero-content .address {
        font-size: 1.4rem;
        line-height: 2.2rem;
        margin-bottom: 1rem;
    }
}

.hero-content p:nth-of-type(2) a {
    font-weight: 600;
    color: #065DFF;
    text-decoration: underline;
    box-shadow: none;
}

.hero-content .address {
    margin-bottom: 0;
}

@media (max-width: 768px) {
    .hero-content .address {
        margin-bottom: 13.6rem;
    }
}

.hero-img img {
    height: 69.1rem;
    width: auto;
}

.hero-img.hero-img-mobile img {
    display: none;
}

@media (max-width: 768px) {
    .hero-img img {
        display: none;
    }

    .hero-img.hero-img-mobile img {
        display: block;
        margin: 0 auto;
        height: 100rem;
    }
}

@media (max-width: 576px) {
    .hero-img.hero-img-mobile img {
        height: auto;
        width: 100%;
    }
}

/* footer styling */
.footer {
    padding: 1.5rem 0;
    border-top: 1px solid #5A5A5A17;
}

@media (max-width: 768px) {
    .footer {
        border-top: 0;
        padding: 0 5rem;
    }
}

.footer .container {
    display: flex;
    justify-content: space-between;
}

@media (max-width: 768px) {
    .footer .container {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: start;
        border-top: 1px solid #5A5A5A17;
        padding-top: 2.5rem;
    }
}

@media (min-width: 768px) {
    .footer aside:nth-of-type(1) a:not(:last-child) {
        margin-right: 1.5rem;
    }
}

.footer aside:nth-of-type(1) a {
    box-shadow: none;
}

.footer aside:nth-of-type(2) p {
    margin-bottom: 0;
}

.footer aside:nth-of-type(1) a, .footer aside:nth-of-type(2) p {
    color: #5A5A5A;
    font-size: 2.4rem;
    line-height: 5.6rem;
    text-decoration: none;
    font-weight: 400;
}

@media (min-width: 768px) {
    .footer aside:nth-of-type(1) a, .footer aside:nth-of-type(2) p {
        font-size: 1.4rem;
        line-height: 2.8rem;
    }
}

@media (max-width: 768px) {
    .footer aside:nth-of-type(1) {
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .footer aside:nth-of-type(1) a {
        margin-right: 2rem;
    }
}

