/*
Theme Name:     3clicks Child Theme
Theme URI:      http://3clicks.bringthepixel.com
Description:    Got questions? Visit our <a href="http://bringthepixel.com/support/">support forum</a>.
Author:         bring the pixel
Author URI:     http://www.bringthepixel.com/
Template:       3clicks
Version:        1.0
Tags:           flexible-width, custom-colors, custom-menu, featured-images, post-formats, theme-options, threaded-comments, translation-ready
*/

/* Place all your CSS modifications below */

/* email ikon a preheaderbe */

#g1-secondary-nav-menu #menu-item-2699:before {
content: "\f003";
font: 14px/14px FontAwesome;
padding-right: 5px;
}

/* telefon ikon a preheaderbe */

#g1-secondary-nav-menu #menu-item-2701:before {
content: "\f095";
font: 14px/14px FontAwesome;
padding-right: 5px;
}


/* header szinek modositasa */

h1 { color: #e63c2e !important; }
h2 { color: #e63c2e !important; }
h4 { color: #666666 !important; }



/* lenyíló menü szélesség */

@media only screen and (min-width: 1025px) {
#g1-primary-nav-menu > .g1-type-drops ul {
width: 290px;
}

#g1-primary-nav-menu > .g1-type-drops li a {
width: 250px;
}
}


/* wpforms betűméret */

div.wpforms-container-full .wpforms-form .wpforms-field-label {
    font-size: 15px !important;
}

div.wpforms-container-full .wpforms-form .wpforms-field-label-inline {
    font-size: 14px !important;
}

div.wpforms-container-full .wpforms-form .wpforms-field-description {
    font-size: 12px !important;
}

/* The following is override for themes that set radios and checkboxes on their own line */
.quiz-form label,
.quiz-form input[type=”checkbox”],
.quiz-form input[type=”radio”] {
display: inline !important;
}