/*
Theme Name: Winston Starts
Theme URI: https://winstonstarts.com
Template: hello-elementor
Author: Ian McIlwraith
Author URI: https://ianmcilwraith.com
Description: A plain-vanilla &amp; lightweight theme for Elementor page builder
Tags: flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 2.6.0.16567
Updated: 2024-05-09 18:18:22

*/

.material-icons-two-tone.blue { /* winston starts primary */
    filter: invert(25%) sepia(31%) saturate(4909%) hue-rotate(198deg) brightness(92%) contrast(105%);
}
.material-icons-two-tone.light-blue { /* winston starts sky blue */
    filter: invert(78%) sepia(34%) saturate(264%) hue-rotate(171deg) brightness(96%) contrast(90%)
}
.material-icons-two-tone.white {
    filter: invert(100%) sepia(66%) saturate(1%) hue-rotate(344deg) brightness(112%) contrast(101%);
}

.material-icons-two-tone.md-18 { font-size: 18px; }
.material-icons-two-tone.md-24 { font-size: 24px; }
.material-icons-two-tone.md-36 { font-size: 36px; }
.material-icons-two-tone.md-48 { font-size: 48px; }
.material-icons-two-tone.md-72 { font-size: 72px; }

.material-icons-two-tone.center {
    display: flex;
    justify-content: center;
}

.elementor-widget-image a img[src$=".svg"] {
    width: auto!important;
}

/*Hides button without link*/
#page-header-button .elementor-button-wrapper .elementor-button.elementor-size-md, .elementor-social-icon.elementor-social-icon-linkedin {
	display: none;
}
/*Displays buttons with link*/
#page-header-button .elementor-button-wrapper .elementor-button-link.elementor-button.elementor-size-md, .elementor-social-icon.elementor-social-icon-linkedin[href] {
	display: inline-block;
}