/* 
Theme Name: Par-t Custom Wordpress Multi-site Theme
Theme URL: https://webfresh.nl
Description: Child Theme for Par-t
Author:	WebFresh
Theme URI: https://par-t.eu
Author URI: https://webfresh.nl
Template: Divi 
Version: 1.0.0 
Text Domain: par-t

<!--''''''''''''''''''''''''''''''''''''''''''''''''''-->
<!--                                                  -->
<!--    Realisatie Door:                              -->
<!--    WebFresh                                      -->
<!--    Copyright 2022 - All rights reserved          -->
<!--    www.webfresh.nl                               -->
<!--    hello@webfresh.nl		                      -->
<!--                                                  -->
<!--''''''''''''''''''''''''''''''''''''''''''''''''''-->


*/

/* Change styling of translation button */
#trp-floater-ls.trp-color-dark {
    background: black;
}

/* Change styling of translation button */
.trp-ls-shortcode-disabled-language.trp-ls-disabled-language, .trp-ls-shortcode-disabled-language.trp-ls-disabled-language, .trp-language-switcher > div > a {
    color: white !important;
    font-weight: bold;
    font-size: 16px !important;
    text-transform: uppercase !important;
    padding: 0 !important;
}

.trp-ls-shortcode-current-language, .trp-ls-shortcode-language {
    width: unset !important;
    background-color: #1e1a19 !important;
    border: none !important;
}

.trp-language-switcher > div > a {
    background-color: #1e1a19;
}

.trp-language-switcher > div > a:hover {
    background: white !important;
    color: black !important;
}

.trp-language-switcher > div {
    background-image: linear-gradient(45deg, transparent 50%, white 50%),
    linear-gradient(135deg, white 50%, transparent 50%);
}

.trp-language-switcher  {
    margin: 0px !important;
}
.trp-language-switcher > div {
    padding: 0 !important;
}

