/*
Theme Name: Impreza Child
Template: Impreza
Version: 1.0
Author:	UpSolution
Theme URI: http://impreza.us-themes.com/
Author URI: http://us-themes.com/
*/

/*Add your own styles here:*/

.w-dropdown.source_wpml {
	text-transform: uppercase;
}

.w-dropdown.source_wpml .w-dropdown-current {
	border: 1px solid #ccc;
	border-radius: 4px;
}

.w-dropdown.source_wpml .w-dropdown-current .w-dropdown-item .w-dropdown-item-title {
	margin-right: 9px;
}

.w-dropdown.source_wpml .w-dropdown-current .w-dropdown-item:after {
	border-left: 1px solid #ccc;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    padding-left: 6px;
    margin-right: -4px;
}

.w-dropdown.source_wpml.active .w-dropdown-list {
	border: 1px solid #ddd !important;
    padding-top: 29px !important;
    padding-bottom: 2px !important;
    margin-top: 6px;
    border-radius: 4px;
    box-shadow: none;
}

.w-dropdown.source_wpml a:hover {
	color: #666 !important;
}

#cloudbutton {
	color: #666;
    border: 1px solid #ccc;
    padding: 14px;
    line-height: 0px;
    border-radius: 4px;
}

#cloudpopup > h3 { margin-top: 40px; }
#cloudpopup > h3, #cloudpopup > p { text-align: center; }

#cloudpopup > div { display: table; width: 600px; margin: 10px 50px 40px 50px; }
#cloudpopup > div ul { display: table-row; margin-left: 0px; }
#cloudpopup > div ul li {
	display: table-cell;
	list-style: none;
	text-align: center;
	padding: 20px;
	background-color: #ddd;
	border: 1px solid #999;
	border-radius: 6px;
}

#cloudpopup > div ul li a { color: #000; font-size: 0.9em; }

.w-form.for_search {
	line-height: 0px;
}

.w-form.for_search .w-form-h {
	border: 1px solid #ccc;
    border-radius: 4px;
    height: 30px;
}

.w-form.for_search .w-form-h .w-form-row {
	float: left;
	margin-bottom: 0px;
}

.w-form.for_search .w-form-h .w-form-row .w-form-row-field > input[type="text"] {
	line-height: 28px;
	height: 28px;
	box-shadow: none;
	padding-left: 12px;
	padding-right: 0px;
	background-color: transparent;
}

.w-form.for_search .w-form-h .w-form-row.for_submit {
	float: right;
}

.w-form.for_search .w-form-h .w-form-row.for_submit .w-btn {
	width: 38px;
    height: 26px;
    padding-left: 12px;
    background-color: transparent;
}

.w-form.for_search .w-form-h .w-form-row.for_submit .w-btn:before {
	background-color: transparent !important;
}

.w-form.for_search .w-form-h .w-form-row.for_submit .w-btn .w-btn-label {
	width: 14px;
    overflow: hidden;
    color: #666;
    display: none;
}

.newsletter {
    line-height: 0px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.newsletter input[type="email"] {
	box-shadow: none;
	background-color: transparent;
	width: 200px !important;
	line-height: 28px;
	height: 28px;	
}

.newsletter button {
	line-height: 28px;
	background-color: transparent;
	color: #666;
	padding-left: 0px;
    padding-right: 12px;
    margin-left: -6px;
    font-size: .9em;
}

.newsletter button:hover {
	color: #666;
}
