/*
 Theme Name:   PDA Child
 Theme URI:    https://toppraktijk.nl/
 Description:  Praktijk Website Child Theme
 Author:       TopPraktijk
 Author URI:   https://toppraktijk.nl
 Template:     pda
 Version:      1.0
 Text Domain:  pda
*/

/* Futura Variants */

/* Futura Regular
@font-face {
  font-family: 'Futura';
  src: url('/wp-content/themes/pda-child/assets/fonts/futur.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}


@font-face {
  font-family: 'Futura';
  src: url('/wp-content/themes/pda-child/assets/fonts/Futura Bold font.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Futura';
  src: url('/wp-content/themes/pda-child/assets/fonts/Futura Bold Italic font.ttf') format('truetype');
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Futura';
  src: url('/wp-content/themes/pda-child/assets/fonts/Futura Book font.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Futura';
  src: url('/wp-content/themes/pda-child/assets/fonts/Futura Book Italic font.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Futura';
  src: url('/wp-content/themes/pda-child/assets/fonts/Futura Extra Black font.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Futura';
  src: url('/wp-content/themes/pda-child/assets/fonts/Futura Heavy font.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Futura';
  src: url('/wp-content/themes/pda-child/assets/fonts/Futura Heavy Italic font.ttf') format('truetype');
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Futura';
  src: url('/wp-content/themes/pda-child/assets/fonts/Futura Light font.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Futura';
  src: url('/wp-content/themes/pda-child/assets/fonts/Futura Light Italic font.ttf') format('truetype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Futura';
  src: url('/wp-content/themes/pda-child/assets/fonts/Futura medium bt.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Futura';
  src: url('/wp-content/themes/pda-child/assets/fonts/futura medium condensed bt.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Futura';
  src: url('/wp-content/themes/pda-child/assets/fonts/Futura Medium Italic font.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Futura';
  src: url('/wp-content/themes/pda-child/assets/fonts/Futura XBlk BT.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Futura';
  src: url('/wp-content/themes/pda-child/assets/fonts/Futura-CondensedLight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Futur2';
  src: url('/wp-content/themes/pda-child/assets/fonts/FUTUR2.TTF') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

body .gform_wrapper, body p, body p a, body a, select, .gform_wrapper.gravity-theme .gform_validation_errors>h2, .gform_wrapper.gravity-theme .gfield_validation_message, .gform_wrapper.gravity-theme .validation_message, .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]), section.page-content ul li, section.page-content ol li, select, .gform_wrapper textarea.medium, .woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
  font-family: 'Futura', sans-serif !important;
}


 */

section.page-content p a:not(.sidebar p a), section.page-content ul li a {
    color: var(--secondary--color);
}

img.fullwidth {
    max-width: 100%;
    height: auto;
}

@media(max-width:768px) {
    .navbar-brand>img {
        max-height: 30px;
    }
    #trp-floater-ls.trp-top-right {
        right: 20%;
    }
}

@media(min-width:768px) {
    #trp-floater-ls.trp-top-right {
        right: 26%;
    }
}

@media(min-width:1000px) {
    #trp-floater-ls.trp-top-right {
        right: 25%
    }
}


@media(min-width: 1200px) {

    #trp-floater-ls.trp-top-right {
        right: 27%;
    }

}

@media(min-width:1600px) {
    #trp-floater-ls.trp-top-right {
        right: 25%;
    }
}
