/*
Theme Name:  theme54803
Theme URI:   http://yoursite.com/link/to/theme
Description: Your theme description.
Author:      Your Name
Author URI:  http://yoursite.com
Version:     1.0.0
License:     GNU General Public License
License URI: license.txt
Tags:        dark, light, white, black, gray, left-sidebar, right-sidebar, fluid-layout, fixed-layout, responsive-layout, custom-menu, editor-style, featured-images, full-width-template, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
Text Domain: theme54803
Template:    cherryframework4
*/

/* =Theme customization starts here
-------------------------------------------------------------- */

#header {
    padding-top: 30px;
    padding-bottom: 0px;
    background-size: cover;
    min-height: 600px !important;
}

/*#content {
    -webkit-box-shadow: 0px 0px 20px 0px rgba(102,102,102,1) !important;
-moz-box-shadow: 0px 0px 20px 0px rgba(102,102,102,1) !important;
box-shadow: 0px 0px 20px 0px rgba(102,102,102,1) !important;
}*/

.widget-title, .widgettitle {
letter-spacing: 0;
    color: #333333;
    font: 600 16px/35px 'Raleway', sans-serif;
	padding-top: 20px;
}

.wpcf7 form .wpcf7-form-control-wrap {
    display: block;
    margin-bottom: 30px;
	width: 100%;
}

select {
	width: 100%;
    letter-spacing: normal;
    padding: 10px !important;

    font-weight: 300 !important;
    border-radius: 5px;

    background: transparent;
    border: 1px solid #ddd;
    color: #606060;
}

.wpcf7 form input[type="text"], .wpcf7 form input[type="email"], .wpcf7 form textarea {
    -webkit-appearance: none;
    -webkit-box-sizing: border-box;
    background: transparent;
    border: 1px solid #ddd;
    box-sizing: border-box;
    color: #606060;
    display: block;
    font-size: 15pt !important;
    margin: 0;
    max-width: 100%;
    padding: 10px !important;
    font-family: 'Roboto', sans-serif;
    font-weight: 300 !important;
    border-radius: 5px;
}

textarea {
    -webkit-appearance: none;
    -webkit-box-sizing: border-box;
    background: transparent;
    border: 1px solid #ddd;
    box-sizing: border-box;
    color: #606060;
    display: block;
    font-size: 15pt !important;
    margin: 0;
    max-width: 100%;
    padding: 10px !important;
    font-family: 'Roboto', sans-serif;
    font-weight: 300 !important;
    border-radius: 5px;
}

.wpforms-field .wpforms-field-checkbox .disclaimer {
	color: #777777;
font-size: 10px !important;}

div.wpforms-container-full .wpforms-form input[type=checkbox], div.wpforms-container-full .wpforms-form input[type=radio] {
    border: 1px solid #ccc;
    background-color: #fff;
    width: 14px;
    height: 14px;
    margin: 0 10px 0 3px;
    display: inline-block;
    vertical-align: baseline;
}

div.wpforms-container-full .wpforms-form .wpforms-field-label-inline {
    display: inline;
    vertical-align: baseline;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.3;
    font-size: 12px;
}

.center {
	margin: auto !important;
	text-align: center !important;
}

.kartice img {
	height: 60px !important;
}

.site-info {
	margin: auto !important;
	text-align: center !important;
}

.image-logo img {
	height: 60px !important;
}

.menu-primary a {
    color: #0e76bc !important;
    font: 600 15px/20px 'Raleway', sans-serif;
}

.white h1 {
	color: #ffffff !important;
}

.white p {
	color: #ffffff !important;
}

.widget {
    margin-top: 0px !important; 
}

.page-title {
	display: none !important;
}

.fontawesome-text {
	display: none !important;
}

.hide {
	display: none !important;
}