/*
Theme Name: Ionic Visage Theme
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: A plain-vanilla &amp; lightweight theme for Elementor page builder
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 2.6.1.1662280533
Updated: 2022-09-04 08:35:33

*/

*{
	-webkit-tap-highlight-color: transparent;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.header-cta a {
    background-color: #E363A5 !important;
    color: #fff !important;
    margin-left: 10px !important;
    border-radius: 4px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.header-cta a:hover {
	background-color: #D6428D;
}

@media (max-width: 1024px) {
.header-cta a {
    margin-left: 0 !important;
    border-radius: 0 !important;
}	
}

html[lang="hr"] .si-metode, html[lang="sl-SI"] .hr-metode {
	display: none;
}

.wpforms-container-full .wpforms-form button[type=submit] {
    background-color: #E363A5 !important;
    border: 1px solid #E363A5 !important;
    color: #fff !important;
}
