/*!
Theme Name: drwintertondermatology
Theme URI: https://www.simplydesign.ch
Author: Simply Design
Author URI: https://www.simplydesign.ch
Description: Custom designed and developed in 2026 by Simply Design for the project Dr Nina WINTERTON.
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: drwintertondermatology
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.

drwintertondermatology 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/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
- Normalize
- Box sizing
# Base
- Typography
- Elements
- Links
- Forms
## Layouts
# Components
- Navigation
- Posts and pages
- Comments
- Widgets
- Media
- Captions
- Galleries
# plugins
- Jetpack infinite scroll
# Utilities
- Accessibility
- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
========================================================================== */

/**
* 1. Correct the line height in all browsers.
* 2. Prevent adjustments of font size after orientation changes in iOS.
*/


body {
    font-family: 'SF Pro Display';
    font-weight: 400;
    font-size: 18px;
}

p,
ol,
ul {
    font-weight: 300;
    font-size: 20px;
    line-height: 1.6;
}

b, strong{
	font-weight: 500;
}


h1,
.h1 {
    font-family: 'SF Pro Display';
    font-weight: 400;
    font-size: 48px;
}


h2 {
    font-family: 'SF Pro Display';
    font-weight: 400;
    font-size: 48px;

}

h3 {
    font-size: 48px;
    font-weight: 400;
    margin-bottom: 20px;
    color: #0071E3;
}

.m-0 {
    margin: 0px;
}

.space {
    height: 70px;
}

.spaceSm {
    height: 50px;
}

.img-100 {
    width: 100%;
}

.content-padding {
    padding-bottom: 80px;
    padding-top: 80px;
}

.container {
    max-width: 1120px;
}

.banner {
    background-image: url('https://www.drwintertondermatology.ch/wp-content/uploads/2025/12/Mask-group-1.png');
    background-size: cover;
    background-position: center;
}

.grayBlock {
    background-color: #F9F9F9;
    padding: 70px;
    border-radius: 30px;
}

.grayBlock p strong{
	    text-decoration: none;
}

/* .grayBlock h2,
.grayBlock h3 {
    text-transform: capitalize;
} */

.grayBlock h3 {
    font-size: 17px;
    font-weight: 300;
    color: #000;
}

.btn {
    background-color: #0071E3;
    color: #fff;
    font-size: 17px;
    padding: 17px 25px;
    border-radius: 30px;
    border: 1px solid #0071E3;
}

.btn:hover {
    background-color: #fff;
    color: #0071E3;
    border: 1px solid #0071E3;
}

.footer {
    border-top: 1px solid #e1e1e1;
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
    font-size: 18px;
}

.footer a {
    color: #000;
}

.footer a:hover {
    color: #0071E3;
}

.gform_wrapper {
    max-width: 600px;
    margin: auto;
}

a.custom-logo-link {
    display: block;
    width: 100%;
}

a.custom-logo-link img {
    max-width: 100%;
    height: auto;
}

header.header {
    padding-bottom: 15px;
    padding-top: 15px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    background-color: #fff;
    background: rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(10px);
}

.headerSpace {
    height: 78px;
}

ul#primary-menu {
    display: flex;
    justify-content: end;
}


/* form css */

.page-template-transfer-page .entry-header .entry-title {
    text-align: center;
}

.page-template-transfer-page .gform-theme--foundation fieldset .gfield_label,
.page-template-transfer-page .gfield_label.gform-field-label {
    font-size: 17px;
}

.page-template-transfer-page .gform_wrapper .gform-footer.gform_footer.top_label input.gform_button.button {
    padding: 15px 25px;
    display: block;
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    border-radius: 30px;
    font-size: 17px;
}


/* custom css */


#primary-menu li.menu-item.lang-item a {
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
}

#primary-menu li.menu-item.lang-item a:hover {
    color: #0071E3;
}


@media screen and (min-width: 480px) {


    #primary-menu li.menu-item.lang-item.lang-item-5 {
        margin-right: 20px;
    }

    #primary-menu li.menu-item.lang-item.lang-item-5 {
        border-left: 2px solid #000;
        padding-left: 10px;
    }

}

#primary-menu li.btn {
    padding: 0px;
}

#primary-menu li.btn a {
    padding: 15px 25px;
    display: block;
    color: #fff;
    text-decoration: none;
    font-weight: 500;
}

#primary-menu li.btn:hover a {
    color: #0071E3;
}

#primary-menu li.btn.btn-primary {
    background-color: transparent;
}

#primary-menu li.btn.btn-primary a {
    color: #0071E3;
}

#primary-menu li.btn.btn-primary a:hover {
    background-color: #0071E3;
    color: #fff;
    border-radius: 30px;
}

ul#primary-menu {
    align-items: center;
}

#primary-menu li.menu-item {
    margin-left: 10px;
    line-height: 1;
    font-size: 17px;
}

footer.footer ul.menu {
    display: flex;
    list-style: none;
    justify-content: center;
    align-items: center;
    margin: 0px;
    padding: 0px;
}

footer.footer ul.menu li {
    margin: 0px 10px;
    font-size: 17px;
}


.formPopup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 80%);
    z-index: 99;
    overflow: auto;
    padding-top: 30px;
    padding-bottom: 30px;
    display: none;
}

body.active {
    overflow: hidden;
}

.formPopup.active {
    display: block;
}

.popupClose {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #ffffff;
    width: 40px;
    height: 40px;
    text-align: center;
    vertical-align: middle;
    line-height: 40px;
    cursor: pointer;
}

.popupContent {
    background-color: #fff;
    max-width: 650px;
    margin: auto;
    padding: 30px;
    border-radius: 20px;
}

html body .formPopup .popupContent .gform_wrapper form .gform-footer input.gform_button.button {
    border-radius: 30px;
    width: 100%;
    font-size: 17px;
    padding: 10px;
    height: initial;
    line-height: 1.5;
    display: block;
}

h3.gsection_title {
    font-size: 30px;
    color: #000;
}


.page-template-default .entry-content p,
.page-template-default .entry-content ul,
.page-template-default .entry-content ol{
        font-size: 18px;
}


@media screen and (max-width: 840px) {
    .grayBlock {
        padding: 40px;
    }
}



@media screen and (max-width: 767px) {
    a.custom-logo-link {
        max-width: 250px;
    }

    ul#primary-menu {
        position: absolute;
        top: 68px;
        right: 0;
        background-color: #fff;
        z-index: 1;
        justify-content: center;
        align-items: center;
        padding: 20px;
        flex-direction: row;
        width: 100%;
        display: none;
    }

    ul#primary-menu.active {
        display: flex;
    }

    #primary-menu li.menu-item {
        margin: 10px 0px;
        padding: 10px;
    }

    #primary-menu li.btn a {
        padding: 10px 20px;
    }

    #primary-menu li.menu-item.btn {
        width: 100%;
    }


    .mobileRow {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .menuToggle {
        width: 40px;
        height: 25px;
        border-top: 1px solid #000;
        border-bottom: 1px solid #000;
        cursor: pointer;
    }

    .menuToggle:before {
        content: '';
        height: 1px;
        display: block;
        width: 100%;
        background-color: #000;
        margin-top: 12px;
    }
}


@media screen and (max-width: 480px) {

    .headerSpace{
            height: 70px;
    }

    h1,
    .h1,
    h2 {
        font-size: 36px;
    }

    h3 {
        font-size: 36px;
    }

    .grayBlock {
        padding: 30px;
    }

    .grayBlock h3 {
        font-size: 24px;
    }

    .grayBlock .btn {
        margin-bottom: 40px;
    }

    .banner .row {
        flex-direction: column-reverse;
    }

    .banner h1 {
        margin-top: 30px;
    }

    p,
    ol,
    ul {
        font-size: 20px;
    }

    .space {
        height: 40px;
    }

    .content-padding {
        padding-bottom: 40px;
        padding-top: 40px;
    }



    .popupClose {
        top: 10px;
        right: 10px;
        border-radius: 20px;
        background-color: #204ce5;
        color: #fff;
    }

    .popupContent {
        max-width: 90%;
    }
}