/*
Theme Name: Divi Child Theme
Theme URI: http://www.elegantthemes.com/gallery/divi/
Version: 2.2
Template: Divi
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
*/

@import url("../Divi/style.css");

/* reset */
body,
caption,
th,
td,
input,
textarea,
legend,
fieldset {
 /* font-family: Verdana, Tahoma, "DejaVu Sans", sans-serif !important;
  font-size: 13px !important;*/
}

pre,
code,
kbd,
samp,
tt,
var {
 /* font-family: "Courier New", "DejaVu Sans Mono", monospace;*/
}

/* fullwidth video */
#fv {
	position: relative;
}
#fv .v-title {
	position: absolute;
	top: 45%;
	width: 60%;
	margin: 0 20%;
	text-align: center;
	z-index: 9999;
}
#fv .player .controls {
	display: none !important;
}
#fv .v-title > * {
	color: #fff;
}
/* custom portfolio item width*/
.et_pb_column_4_4 .home_portfolio .et_pb_grid_item {
	width: 33.33%;
}
.et_pb_column_4_4 .home_portfolio .et_pb_grid_item:nth-child(4),
.et_pb_column_4_4 .home_portfolio .et_pb_grid_item:nth-child(5) {
	width: 50%;
}
/* post */
.single .et_pb_post .et_pb_video {
	padding-bottom: 15px;
}
.single .et_pb_post .entry-content {
	padding-top: 0;
}

/* form */
.gform_wrapper ul li:after, .gform_wrapper ul li:before, .gform_wrapper ul.gform_fields {
	padding: 0 !important;
}

/* footer */
#main-footer .footer-widget h4 {
	text-transform: uppercase;
}
/* result page */
.search #main-content .container:before {
	display: none;
}
.search #result {
	float: left;
}
.search #left-area {
	width: 100%;
	padding-right: 0;
}
.search .page-header {
	margin-bottom: 2.75%;
	text-align: center;
}
/* filter */
.searchandfilter {
	float: left;
	width: 100%;
	margin-bottom: 2.75%;
	padding: 10px 1% 10px 2%;
	background-color: #f8f8f8;
}
.searchandfilter h4 {
	padding-bottom: 0 !important;
}
.searchandfilter ul {
	padding-left: 0 !important;
}
.searchandfilter ul li {
	float: left;
	display: inline;
	width: 14.7%;
	margin-right: 2%;
}
.searchandfilter ul li:nth-child(6) {
	margin-right: 0;
}
.searchandfilter ul li:last-child {
	float: right;
}
.searchandfilter select.sf-input-select,
.searchandfilter label {
	min-width: 100%;
	width: 100%;
}
.et_pb_search .et_pb_searchform input.et_pb_s {
	margin : 0 !important;
}

/* post form */
/* form */
.post-form {

}
.post-form .form-required {
	color: #c00;
}
.post-form .form-group {
	/*font-size: 12px;*/
	margin-bottom: 1em;
}
.post-form label {
	font-weight: bold;
	display: inline-block;
	line-height: 1.3em;
	clear: both;
	width: 100%;
	margin-bottom: 5px;
}
.post-form .help-block,
.post-form .tips {
	font-size: 11px;
}
.post-form .tips {
	padding-bottom: 0 !important;
	margin-left: 1.5em;
}
.post-form .size-wrapper {
	position: relative;
}
.post-form .error {
	border: 1px solid #c00 !important;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.post-form .grippie {
	position: absolute;
	top: 115px;
	width: 100%;
	background: #eee url(images/grippie.png) no-repeat center 2px;
	border: 1px solid #ddd;
	border-top-width: 0;
	cursor: s-resize;
	height: 9px;
	overflow: hidden;
}
.post-form .tips-wrapper {
	border: solid 1px #ccc;
	padding: 1.5em 0;
	width: 100%;
}
.post-form .tips li {
	margin: 0;
	padding: 0;
	line-height: 1.8em;
}
.post-form select {
	/* height: 25px; */
	/*font-size: 12px;*/
	width: 213px;
}
.post-form input,
.form-control,
.chosen-container {
 	display: block;
	padding: 5px 2px 5px 2px;
}
.ui-autocomplete {
	width: 338px;
	margin-left: 0;
	padding-left: 0;
}
.ui-widget-content {
	background: #fff !important;
}
.ui-menu-item {
	list-style: none;
	padding-left: 10px;
}
.ui-menu-item:hover {
	background: #eee;
	color: #000;
	border: none;
	font-weight: normal;
	cursor: pointer;
}
/*.fileinput-button {
  position: relative;
  overflow: hidden;
}
.fileinput-button input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  opacity: 0;
  -ms-filter: 'alpha(opacity=0)';
  font-size: 200px;
  direction: ltr;
  cursor: pointer;
}
*/
.pf_info {
	background-color: transparent !important;
	color: #333333 !important;
	background-image : none !important;
	padding-left: 10px !important;
}
.um_field_container {
	margin: 15px 0;
}
input[type='checkbox'].um_input {
	float: left;
	width: 20px !important;
}
.post-form .checkbox {
	margin: 5px 0;
}
.checkbox input[type='checkbox'] {
	float: left;
}
.kontaki label {
	width: auto !important;
	font-weight: normal;
}
.kontaki .um_label_top {
	font-weight: bold !important;
	width: 100% !important;
}
.kontaki p {
	margin-left: 30px;
}
.progress {
	height: 20px;
	margin-bottom: 1em;
}
.progress-bar{
	background: #F37A1D;
}

.post-form textarea {
	width: 100%;
	background: none;
	background: #fff;
	border: solid 1px #ccc;
	margin-bottom: 5px;
	padding: 5px 0;
}

.kontakt .gform_fields {
	padding-left: 0 !important;
}
.kontakt .gform_heading {
	margin-bottom: 0 !important;
}
.kontakt .gform_title {
	display: none;
	/*margin: 0 0 5px 0;
	font-family: arial;
	font-size: 14px;
	padding: 0 10px;
	line-height: 30px;
	color: #fff;
	overflow: hidden;
	text-decoration: none;
	background: #F37A1D;*/
}
.kontakt .gform_footer,
.kontakt .gform_fields {
	margin-top: 0 !important;
	padding: 0 0 10px 0 !important;
}
.kontakt .top_label .gfield_label {
	font-size: 12px;
	margin: 0 !important;
}
.kontakt input.medium,
.kontakt textarea.medium,
.post-form input.form-control,
.post-form input[type=text],
.post-form input[type=password] {
	color : #777;
	margin-right: 20px;
	border: solid 1px #ccc;
	border-top: solid 1px #aaa;
	border-left: solid 1px #aaa;
	border-bottom: solid 1px #ccc;
	border-right: solid 1px #ccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.kontakt input.medium,
.post-form input.form-control,
.post-form input[type=text],
.post-form input[type=password] {
	background: url('images/bg-input.png') repeat-x 0px 0px;
}

.kontakt input.button,
.widget_sidebarlogin #loginform #wp-submit.button-primary,
/*.post-form .button-primary*/ {
	text-decoration: none;
	color: #333;
	padding: 4px 15px;
	text-shadow: none;
	font-weight: bold;
	font-size: 12px !important;
	border: solid 1px #ccc;
	font-family: "Lucida Grande","Lucida Sans Unicode",Segoe UI,Helvetica,Arial,sans-serif;
	cursor: pointer;
	background: #ddd;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ebebeb));
	background: -moz-linear-gradient(top, #fff, #ebebeb);
	background: -o-linear-gradient(top, #fff, #ebebeb);
	background: -ms-linear-gradient(top, #fff, #ebebeb);
	background: linear-gradient(top, #fff, #ebebeb);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
	-pie-background: linear-gradient(#7cb700, #690);
	behavior: url(PIE.htc);
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.post-form .btn {
	/*cursor: pointer;
	padding: 4px 17px;
	margin-bottom: 1em;
	margin-right: 1em;
	color: #5A5A5A;
	text-align: center;
	font-weight: normal;
	font-size: 1.077em;
	font-family: "Lucida Grande", Verdana, sans-serif;
	border: 1px solid #E4E4E4;
	border-bottom: 1px solid #B4B4B4;
	border-left-color: #D2D2D2;
	border-right-color: #D2D2D2;
	background: url(images/buttons.png) 0 0 repeat-x;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	text-decoration: none;*/
}
.post-form .et_pb_button:hover {
	background: #51c3dd;
}
.post-form #send-form {
	display: none;
}
#wp-submit.button-primary {
	padding: 0 15px !important;
}
.qq-upload-list {
	padding: 0 !important;
}
.chosen-container-single .chosen-single {
	background: #fff !important;
	color: #333 !important;
	font-family: Verdana, Tahoma, "DejaVu Sans", sans-serif !important;
	font-size: 12px !important;
}

.chosen-drop .chosen-results {
	padding: 0 !important;
	font-family: Verdana, Tahoma, "DejaVu Sans", sans-serif !important;
	font-size: 12px !important;
}

/* temp */
.et_pb_portfolio_filters {
	display: none;
}
.lginmsg,
.lgin {
	float: left;
	clear: both;
	margin-bottom: 1.5em;
}
.lgin a {
	border: 2px solid #333;
	padding: 5px 20px;
	text-decoration: underline;
	border-radius: 4px;
}

/* placering */
.placer {
	/*padding: 20px;*/
	/*background: #f6f6f6;*/
	/*padding-left: 110px;*/
	/*min-height: 110px;*/
	margin-bottom: 1em;
	width: 100%;
	float: left;
}
.placering {
	margin-top: 10px;
	padding-bottom: 10px;
	position: relative;
}
.placer.placering {
	/*margin-bottom: 0 !important;*/
}
.placering:before {
	/*content: " ";
	background: url('images/trophy.png') no-repeat left top;
	width: 80px;
	height: 120px;
	position: absolute;
	z-index: 1;
	left: 20px;*/
}
.pl-label,
.pl-item {
	/*display: inline-block;
	float: left;*/
	margin-right: 10px;
}
.pl-item p {
	padding-bottom: 0;
}
.bottom-box {margin-bottom: 10px;}

@media (max-width: 980px) {
	.searchandfilter ul li {
		width: 100%;
		display: block;
	}
	.searchandfilter ul li:last-child {
		float: none;
	}
	.searchandfilter select.sf-input-select,
	.searchandfilter label {
		min-width: 100%;
	}
}

.d-none {
	display: none !important;
}
