/*
 Theme Name:   UTILiON theme
 Theme URI:    https://utilion.com
 Description:  Theme for utilion.com
 Author:       Peter Rath, UTILiON
 Author URI:   https://utilion.com
 Template:     generatepress
 Version:      1.0.0
*/

/* Címsorok felső margó (alsó be van állítva a GP-ben 20px-re) */
h2, h3 {
    margin-top: 30px;
}

/* Set input field inner padding e.g. for contact form fields*/
input[type=text], input[type=email], input[type=url], input[type=password], input[type=search], input[type=tel], input[type=number], textarea, select {
	padding: 5px 15px; /*originally 10px 15px*/
}

/* Full widht Elküld button of Contact form 7 */
.wpcf7-submit {
     width: 100%;
}


/* viláhoskék recaptcha háttér */
/*.rc-anchor-light {
    background: #6EC1E4 !important;
}*/

/* Footer widget cím kisebb betűméret és alatta sorköz (társaság, kapcsolat)*/
.footer-widgets h2.widget-title {
    font-size: 26px !important;
    margin-bottom: 8px !important;
}


.footer-widgets .footer-widget-1 img {
    max-width: 60% !important;
}

/* Freepik attribution kisebb betűméret */
.util_attributions {
    font-size: 12px;
}

/* Cookie Notice gomb színek */
.cn-set-cookie {
    color: #fff !important;
    background: #ff7f2a !important;
}
.cn-more-info{
    color: #fff !important;
    background: #0c3484 !important;
}

/* Az elérhetőségnél (tel, e-mail, cím), a kattints ide link legyen egy sorban az adattal */
.wp_click_to_reveal a {
	display: inline !important;
}


/* a home page kapcsolat szekciójában a link színek beállítása (default-ban a háttérrel azonos színű lett volna) */
.elementor-element-1bbe353 a {
	color: #6EC1E4;
}
.elementor-element-1bbe353 a:hover {
	color: #FFFFFF;
}

/* Space befor utilion logo in the footer widget */
.footer-widget-1{
	padding-top: 30px;
}

/* Eliminate space between Contact us text widget anf click to reveal widget */
.footer-widget-3 #text-9{
	margin: 0 0 6px;
}

