/*
Theme Name: DrScholls
Text Domain: drscholls
Version: 2.8.0
Description: Dr. Scholl's Website
Author:  Inverse Paradox
Author URI: https://www.inverseparadox.com
Theme URI: https://www.drscholls.com
*/


/* WordPress Core
-------------------------------------------------------------- */

.bypostauthor {}

.sticky {}

.gallery-caption {}

.alignnone {
    /* margin: 5px 20px 20px 0; */
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}


/* Text meant only for screen readers. */

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    white-space: nowrap;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}

.row.reversed {
    flex-direction: row-reverse;
}

footer#colophon #footer-menu .col-12.col-md-3.left-align {
    text-align: left;
    ;
}

@media (max-width: 767px) {
    .footer-image img.img-fluid {
        max-width: 250px;
    }
}

#hp-hero-carousel .vc_column_container>.vc_column-inner {
    padding: 0;
}

@media only screen and (min-width: 992px) {
    .fixed-header header.has-alert+#main {
        margin-top: 132px;
    }
}

@media only screen and (max-width: 1199px) and (max-width: 991px) {
    header.has-alert+#main {
        margin-top: 0;
    }
}

@media only screen and (min-width: 992px) {
    .fixed-header header.no-alert+#main {
        margin-top: 73px;
    }
}

@media only screen and (max-width: 1199px) and (max-width: 991px) {
    header.no-alert+#main {
        margin-top: -33px;
    }
}

a.close_banner {
    border-radius: 50%;
    min-width: 24px;
    max-width: 24px;
    min-height: 24px;
    max-height: 24px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .5s ease;
    position: absolute;
    right: 10px;
}

a.close_banner:hover,
a.close_banner:focus {
    text-decoration: none;
}

.bottom-banner {
    background-color: var(--swc-blue);
    background-image: linear-gradient(95deg, var(--swc-blue) 50%, var(--swc-blue-alt) 100%);
    color: #fff;
}

.bottom-banner p {
    color: #fff;
}

.bottom-banner a.close_banner {
    color: #004a98;
    background: #fff;
}

.bottom-banner a.close_banner:hover,
.bottom-banner a.close_banner:focus {
    background: #ffd600;
}


/*--------------------------
WE LOVE FEET PAGE
---------------------------*/


/*
#main .woocommerce-breadcrumb,
#main #breadcrumb {
    display: none !important;
}
#main {
	margin-top: -33px;
}
#main .container, #main .container-sm {
    max-width: 100%;
}
@media (min-width: 992px) {
	#main {
		margin-top: 157px;
	}
	#main .container, #main .container-sm {
        max-width: 960px;
    }
}

h1,
h2,
h3,
.large h1,
.large h2 {
    font-size: 30px;
    line-height: 40px;
}

.shrink h2 {
    font-size: 29px;
    line-height: 35px;
}

p {
    font-size: 20px;
    line-height: 28px;
}

p.large {
    font-size: 20px;
    line-height: 24px;
}

.products p a {
    font-size: 16px;
    line-height: 24px;
}

.products .vc_column_container .vc_column-inner > .wpb_wrapper p {
	font-weight: bold;
	color: #004a98;
	text-transform: uppercase;
}

.desktop-only, .mobile-only {
    display: none;
}

.mobile-only .wpb_single_image,
.mobile-only .wpb_single_image figure,
.mobile-only .wpb_single_image figure div,
.mobile-only .wpb_single_image figure div img {
	width: 100%;
}

@media (min-width: 992px) {
    .large h1,
    .large h2 {
        font-size: 60px;
        line-height: 70px;
    }

    .shrink h2 {
        font-size: 59px;
        line-height: 70px;
    }

    h3 {
        font-size: 49px;
        line-height: 55px;
        font-weight: 900;
    }
	p {
        font-size: 20px;
        line-height: 30px;
    }
    p.large {
        font-size: 40px;
        line-height: 55px;
    }
    .products p a {
        font-size: 16px;
        line-height: 24px;
    }
}

@media (max-width: 1000px) {
	.products .vc_col-sm-3 {
	    width: 50%;
		display: flex;
		justify-content: center;
	}
}

@media (max-width: 991px) {
	.products {
		justify-content: space-around;
	}
	.products .vc_col-sm-3 {
		width: 22%;
	}

	.products p a {
	    font-size: 16px;
        line-height: 24px;
	}

	.products .columns .vc_column-inner {
		margin-right: 0 !important;
		margin-left: 0 !important;
	}
	.mobile-no-padding .vc_column-inner {
        padding: 0;
    }
    .mobile-background-yellow {
        background-color: --swc-yellow;
        background-image: linear-gradient(95deg,var(--swc-yellow-alt) 50%,var(--swc-yellow) 100%);
        margin-bottom: 0;
        padding: 40px 15px;
    }
    .mobile-no-margin .wpb_content_element {
        margin-bottom: 0;
    }
}

@media (max-width: 870px) {
    .products {
		max-width: 80%;
		margin: 0 auto;
	}
    .products .vc_col-sm-3 {
        width: 48%;
		max-width: 240px;
		min-width: 240px;
    }
}

@media (max-width: 620px) {
	.products {
		max-width: 100%;
		margin: 0 auto;
	}
}
 @media (max-width: 520px) {
	.products .vc_col-sm-3 {
		width: 76%;
	}
	.products .vc_col-sm-3 {
		width: 46%;
		max-width: none;
        min-width: auto;
	}
}

@media (min-width: 451px) {
	.desktop-only {
        display: block;
    }
    .products p a {
        font-size: 14px;
        line-height: 17px;
    }
}

@media (max-width: 450px) {
    .mobile-only {
        display: block;
    }
}
*/

.footer-content {
    z-index: 99;
    position: relative;
}

@media only screen and (max-width: 767px) {
    .footer-content {
        padding-top: 26px;
    }
}


/*------------------------
CATEGORY AND HEADER STYLES
-------------------------*/

.category-hero::before {
    border-radius: 0 50% 50% 0;
}

@media (max-width: 1550px) {
    .category-hero,
    .category-hero::before,
    .category-hero img.swoosh,
    .category-hero .subtitle {
        height: 335px !important;
    }
    .category-hero .subtitle {
        width: 350px !important;
    }
}

@media (max-width: 1375px) {
    .category-hero,
    .category-hero::before,
    .category-hero img.swoosh,
    .category-hero .subtitle {
        height: 315px !important;
    }
}

@media (max-width: 1200px) {
    .category-hero,
    .category-hero::before,
    .category-hero img.swoosh,
    .category-hero .subtitle {
        height: 295px !important;
    }
    .category-hero {
        background-position: 60% center !important;
    }
}

@media (max-width: 991px) {
    .category-hero img.swoosh {
        left: -10% !important;
    }
    .category-hero .subtitle {
        width: 250px !important;
    }
}

@media (max-width: 767px) {
    .category-hero {
        background-position: 80% center !important;
    }
}

@media only screen and (max-width: 1199px) and (max-width: 991px) {
    .archive.tax-product_cat.alert-active header.has-alert+#main,
    .archive.tax-product_cat header.no-alert+#main {
        margin-top: -1px;
    }
}

/* @media (min-width: 992px) {
    .fixed-header.archive.tax-product_cat.alert-active header.has-alert+#main,
    .fixed-header.logged-in.admin-bar.alert-active header.has-alert+#main {
        margin-top: 132px;
    }
    .archive.tax-product_cat header.no-alert+#main,
    .logged-in.admin-bar header.no-alert+#main {
        margin-top: -1px;
    }
} */

/* @media (min-width: 1200px) {
    .fixed-header.archive.tax-product_cat.alert-active header.has-alert+#main,
    .fixed-header.logged-in.admin-bar.alert-active header.has-alert+#main {
        margin-top: 132px;
    }
    .fixed-header.archive.tax-product_cat header.no-alert+#main,
    .fixed-header.logged-in.admin-bar header.no-alert+#main {
        margin-top: 95px;
    }
} */

/* @media only screen and (max-width: 1199px) and (max-width: 991px) {
    .logged-in.admin-bar header#masthead {
        top: 0;
    }
} */

@media only screen and (max-width: 1199px) and (max-width: 767px) {
    footer#colophon .second-level,
    footer#colophon .sub-menu {
        display: block;
    }
}

@media only screen and (min-width: 768px) {
    #custom_html-11,
    #custom_html-12 {
        display: none;
    }
}

body.home footer#colophon #footer-swoosh,
footer#colophon #footer-swoosh {
    background-size: 100% 100% !important;
    height: 10vw !important;
    z-index: 0 !important;
    margin: 0 0 2rem !important;
}

@media screen and (max-width: 1199px) {
    body.home footer#colophon #footer-swoosh {
        background-image: url(/wp-content/themes/drscholls/images/bkg-swoosh.png) !important;
    }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 0px) and (max-width: 767px),
only screen and ( min--moz-device-pixel-ratio: 2) and (min-width: 0px) and (max-width: 767px),
only screen and ( -o-min-device-pixel-ratio: 2/1) and (min-width: 0px) and (max-width: 767px),
only screen and ( min-device-pixel-ratio: 2) and (min-width: 0px) and (max-width: 767px),
only screen and ( min-resolution: 192dpi) and (min-width: 0px) and (max-width: 767px),
only screen and ( min-resolution: 2dppx) and (min-width: 0px) and (max-width: 767px) {
    /* MOBILE HOME PAGE SWOOSH */
    body.home footer#colophon #footer-swoosh {
        background-image: url(/wp-content/themes/drscholls/images/swoosh@2x.png) !important;
        background-size: 100% 100% !important;
        height: 10vw;
        z-index: 0 !important;
        margin: 0 0 2rem;
    }
    /* MOBILE GENERIC PAGE SWOOSH */
    footer#colophon #footer-swoosh {
        background-image: url(/wp-content/themes/drscholls/images/swoosh@2x.png) !important;
        background-size: 100% 100% !important;
        height: 10vw;
        z-index: 0 !important;
        margin: 0 0 2rem;
    }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 768px) and (max-width: 1199px),
only screen and ( min--moz-device-pixel-ratio: 2) and (min-width: 768px) and (max-width: 1199px),
only screen and ( -o-min-device-pixel-ratio: 2/1) and (min-width: 768px) and (max-width: 1199px),
only screen and ( min-device-pixel-ratio: 2) and (min-width: 768px) and (max-width: 1199px),
only screen and ( min-resolution: 192dpi) and (min-width: 768px) and (max-width: 1199px),
only screen and ( min-resolution: 2dppx) and (min-width: 768px) and (max-width: 1199px) {
    /* DESKTOP GENERIC PAGE SWOOSH */
    body.home footer#colophon #footer-swoosh {
        background-image: url(/wp-content/themes/drscholls/images/bkg-swoosh@2x.png) !important;
        background-size: 100% 100% !important;
        height: 10vw;
        margin-bottom: 2rem !important;
    }
    /* DESKTOP GENERIC PAGE SWOOSH */
    footer#colophon #footer-swoosh {
        background-image: url(/wp-content/themes/drscholls/images/bkg-swoosh@2x.png) !important;
        background-size: 100% 100% !important;
        height: 10vw;
        margin-bottom: 2rem !important;
    }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 1200px),
only screen and ( min--moz-device-pixel-ratio: 2) and (min-width: 1200px),
only screen and ( -o-min-device-pixel-ratio: 2/1) and (min-width: 1200px),
only screen and ( min-device-pixel-ratio: 2) and (min-width: 1200px),
only screen and ( min-resolution: 192dpi) and (min-width: 1200px),
only screen and ( min-resolution: 2dppx) and (min-width: 1200px) {
    /* DESKTOP GENERIC PAGE SWOOSH */
    footer#colophon #footer-swoosh {
        background-image: url(/wp-content/themes/drscholls/images/bkg-swoosh@2x.png) !important;
        background-size: 100% 100% !important;
        height: 10vw;
        margin-bottom: 2rem !important;
    }
}

@media(max-width: 1199px) {
    section#kiosk-callout.vc_custom_1592580367453,
    section#kiosk-callout.vc_custom_1601921431975 {
        background-image: none !important;
    }
}

.free-shipping-notice {
    color: var(--swc-blue);
}

del span.woocommerce-Price-amount.amount {
    text-decoration: line-through;
    padding-left: 10px;
}

.hotspot-title,
.entry-content .hotspot-title {
    font-size: 22px;
    line-height: 1.2;
    text-align: left !important;
}

/****************************************************/
 /* START HOMEPAGE */
/****************************************************/
@media screen and (min-width: 992px) {
	.full-width main > .container {
		max-width: 1140px;
		padding: 0;
	}

	.full-width main >.container > .row {
		margin: 0 auto;
	}
}

.mr-20 {
	margin-right: 20px;
}

.over-flow-hidden .gb-block-layout-column-inner {
	overflow: hidden;
}

.bg-size-130 .gb-block-layout-column-inner {
	background-size: 130%;
}

.position-relative.img-absolute {
	height: 100%;
}

.img-absolute.left-banner-img img {
	top: 19%;
	position: absolute;
	right: -26%;
	width: 318px;
	max-width: 318px;
	z-index: -1;
}

.padding-32-20 {
	padding: 32px 20px;
}

.gradient-blue {
    background: linear-gradient(0deg,rgb(1,40,82) 0%,rgb(0,74,152) 100%);
}

.bp-top-right .gb-block-layout-column-inner {
	background-position: top right;
}

.br-10-0-0-10 {
	border-radius: 10px 0 0 10px;
}

.after-oval::after {
    content: '';
    display: block;
    width: 220px;
    height: 300px;
    position: absolute;
    top: 50%;
    right: -50px;
    border-radius: 0 100% 100% 0;
    background: linear-gradient(0deg,rgb(1,40,82) 0%,rgb(0,74,152) 100%);
    z-index: -1;
    transform: translateY(-50%);
}

.brtl-10 {
	border-top-left-radius: 10px;
}
.brtr-10 {
	border-top-right-radius: 10px;
}

.pb-20 {
	padding-bottom: 20px;
}

.min-250 .gb-block-layout-column-inner {
	min-height: 250px;
}
.max-250 .gb-block-layout-column-inner {
	max-height: 250px;
}

.max-250 * {
    max-height: 250px;
}

.height-auto img {
	height: auto;
}
.no-margin {
	margin: 0;
}
.no-margin.aligncenter,  div.no-margin.aligncenter {
    margin: 0 auto;
}
.fw-600 {
	font-weight: 600;
}
.lh-1 {
	line-height: 1;
}
.lh-42 {
	line-height: 42px;
}
@media screen and (max-width: 991px) {
	.full-width main .container .col {
		padding: 0;
	}

	body.logged-in.admin-bar.full-width header.has-alert + #main,
		header.has-alert.full-width + #main {
		margin-top: 92px !important;
	}
	body.logged-in.admin-bar.full-width header + #main,
	body.full-width header + #main {
		margin-top: 66px !important;
	}

	.mobile-991.wp-block-media-text.is-stacked-on-mobile {
		-ms-grid-columns: 100% !important;
		grid-template-columns: 100% !important;
	}
	.mobile-991.wp-block-media-text .wp-block-media-text__content {
		-ms-grid-column: 1;
		grid-column: 1;
		-ms-grid-row: 1;
		grid-row: 1;
		padding: 40px 20px;
	}

	.mobile-991.wp-block-media-text .wp-block-media-text__media {
		-ms-grid-column: 1;
		grid-column: 1;
		-ms-grid-row: 2;
		grid-row: 2;
	}
}

@media screen and (max-width: 920px) {
	.no-alignwide {
		margin: 0 auto;
		max-width: none;
		width: auto;
	}
}

/* END HOMEPAGE */
