/*--------------------------------------------------------------
# Grid system
--------------------------------------------------------------*/
.container-content {
	max-width: 1400px;
	/*padding: 0 15px;*/
}

.container-search {
	margin: 0 auto;
	padding: 0 15px;
	width: initial;
}

@media (min-width: 320px) {
	.container.no-paddings { padding: 0; }
}

@media (min-width: 768px) {
	.container {
		width: 100%;
		padding: 0 30px;
		margin: 0;
	}

	.center-vertical {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
	}
}
@media (min-width: 992px) {
	.container { width: 100%; }
	.container-content {padding: 0 15px;}	
}
@media (min-width: 1200px) {
	.container {
		width: 100%;
		padding: 0 15px;
	}
}
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: 'Karla', sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.5;

	/*font-family: 'Crimson Text', serif;*/
}

/*--------------------------------------------------------------
# Custom Components
--------------------------------------------------------------*/
h1,
.lph-slider-text h2 {
	font-family: 'Crimson Text', serif;
	font-weight: 600;
}

.cover-image {
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	image-rendering: -webkit-optimize-contrast;
}

.no-paddings {padding: 0 !important; }

.lph-bg-btn {
	background-color: #4e4e56;
	color: #fff;
	display: block;
	font-size: 19px;
	font-weight: 700;
	padding: 12px;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 15px;
}

.lph-bg-btn:hover,
.lph-bg-btn:focus {
	color: #fff;
	text-decoration: none;
	background-color: #000;
}

.lph-bg-transition {
    -webkit-transition: background-color 250ms linear;
    -moz-transition: background-color 250ms linear;
    -o-transition: background-color 250ms linear;
    -ms-transition: background-color 250ms linear;
    transition: background-color 250ms linear;
}

.sidebar-btn {
	line-height: 1.3em;
	text-align: left;
	padding-left: 20px;
	padding-right: 20px;
}

.emm-paginate a.emm-page { color: #605f66; font-weight: 700; }
.emm-paginate a.emm-page:hover { color: #f7614a; text-decoration: none; }

/*--------------------------------------------------------------
# Search Header Widget
--------------------------------------------------------------*/
.widget_search {margin-bottom: 0;top: 43%;margin-left: 25px;}
.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}

.input-group-addon, .input-group-btn, .input-group .form-control {
    display: table-cell;
}

.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
}

.input-group-addon, .input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
    left: -15px;
    z-index: 2;
}

.input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group {
    margin-left: -1px;
}

input[type="submit"].search-submit {
	background-color: #fff;
	background-image: url('../img/icon-search.png');
	background-repeat: no-repeat;
	background-size: 14px;
	color: transparent;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	display: inline;
	text-shadow: none;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}

input[type="submit"].search-submit:hover {
	box-shadow: none;
}

input[type="search"].search-field {
	border: none;
	text-shadow: none;
	box-shadow: none;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-bottom: 1px solid #4e4e56;
	font-size: 12px;
	height: initial;
}

/*--------------------------------------------------------------
# Form Components
--------------------------------------------------------------*/

::-webkit-input-placeholder {
   color: #000;
}

:-moz-placeholder { /* Firefox 18- */
   color: #000;
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #000;
}

:-ms-input-placeholder {  
   color: #000;
}

#lph-research-form input,
#lph-research-form select,
#lph-sort-filter,
#lph-custom-multiselect > button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: #e4e4e6;
	border: none;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	color: #000;
	font-size: 14px;
	text-shadow: none;
	margin-bottom: 10px;
	min-height: 42px;
	padding: 8px 10px;
	width: 100%;
}

#lph-research-form select,
#lph-sort-filter,
#lph-custom-multiselect > button {
	background: #e4e4e6 url(../img/icon-select-bg.png) no-repeat 100% 50%;
	background-size: 42px;
	padding: 8px 42px 8px 10px;
	position: relative;
}

#lph-custom-multiselect > button {
	background: #e4e4e6;
}

#lph-custom-multiselect > button:after,
#lph-custom-multiselect > button:before {
	content: '';
	background: url(../img/icon-home-event-arrow.png) no-repeat 50%;
	background-size: 12px 19px;
	position: absolute;
	right: 0;
	top: 0;
	height: 42px;
	width: 42px;
	-webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

#lph-custom-multiselect > button:before {
	background: #f64f36;
}

#lph-custom-multiselect.open > button:after {
	-webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

#lph-research-form input[type="button"],
#lph-research-form input[type="reset"],
#lph-research-form input[type="submit"] {
	background-color: #4e4e56;
	color: #fff;
	font-size: 15px;
	text-transform: uppercase;
	box-shadow: none;
}

#lph-research-form input[type="button"]:hover,
#lph-research-form input[type="reset"]:hover,
#lph-research-form input[type="submit"]:hover {
	background-color: #605f66;
}

#lph-custom-multiselect > button:hover,
#lph-custom-multiselect > button:focus {
	box-shadow: none;
	border: none;
}

#lph-custom-multiselect > button {
	display: block;
	width: 100%;
	text-align: left;
}

