@import url("../../Milk_v2/theme/stylesheet.css?v=3.3.16");

@media (min-width: 768px) {
	.website_page.homepage .forumlist_grid li.row {
		width: 50%;
	}
}

@media (max-width: 700px) {
	#inner-wrap {
		padding: 10px;
	}
}

/* Dark mode */
.dark-only {
	display: none;
}

.website_page h2 {
	margin-top: 0;
	margin-bottom: 25px;
}

.website_page.homepage .forumlist_grid .grid_desc {
	/*display: none;*/
}

.website_page.homepage .forumlist_grid .grid_shadow {
	box-shadow: 0 2px 3px rgba(0,0,0,0.1);
}

.website_page .forumlist_grid {
	margin-left: -15px;
	margin-right: -15px;
}

.website_page .forumlist_grid .grid_colour_overlay {
	background-color: gray;
	background-size: cover;
	background-position: center;
	height: 240px;
}

@media (max-width: 700px) {
	.website_page .forumlist_grid .grid_colour_overlay {
		height: 215px;
	}
}

.website_page .grid_colour_overlay .gradient {
	bottom: 0;
	position: absolute;
	width: 100%;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(95, 95, 95, 0)), to(#1B1B1B));
	background: linear-gradient(to bottom, rgba(34, 34, 34, 0), #1B1B1B);
	height: 40%;
	opacity: 0.6;
}

#page-header .gradient {
	top: 0;
	position: absolute;
	width: 100%;
	background: -webkit-gradient(linear, left top, left bottom, from(#1B1B1B), to(rgba(95, 95, 95, 0)));
	background: linear-gradient(to bottom, #1B1B1B, rgba(34, 34, 34, 0));
	height: 25%;
	opacity: 0.4;
}

.website_page .forumlist_grid .forumlist_grid_title {
	bottom: 0;
	padding: 15px;
	padding-right: 50px;
}

.website_page .forumlist_grid .grid_desc_limit {
	overflow: hidden;
	height: 4.5em;
	line-height: 1.5em;
}

.website_page .forumlist_grid .forumlist_grid_numbers {
	right: 0;
}

.website_page h3 {
	font-size: 1.4em;
	font-weight: 300;
}

.website_page h4 {
	font-size: 1.2em;
	font-weight: 300;
}

/* Homepage latest replies */
.website_page.homepage .latest_replies {
	margin-bottom: 25px;
}

.website_page.homepage .latest_replies ul {
	list-style-type: none;
}

.website_page.homepage .latest_replies .grid_image_container {
	padding-left: 50px;
}

.website_page.homepage .latest_replies .topictitle {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 100%;
	display: inline-block;
}

.website_page.homepage .latest_replies .lastpostavatar {
	display: inline;
}

span.lastpostavatar img {
	position: relative;
}

/* Forum index */
li.header dd.simpleposts span, li.header, li.header dd.lastpost span {
	font-size: 1em;
	line-height: 1.6em;
	padding-top: 0;
	padding-bottom: 0;
}

li.header dd.posts, li.header, li.header dd.views {
	font-size: 1em;
	line-height: 1.6em;
}

/* Approve icon on forum index */
.lastpost .fa-question, .lastpost a:hover .fa-question {
	background-color: #D31141;
	color: #fff;
	padding: 2px 0;
}

/* Approve icon on forumlist */
.topic_type_unapproved {
	background-color: #D31141 !important;
	color: #fff;
}

.website_page .navigation_link {
	font-size: 1.2em;
	font-weight: 300;
}

/* Homepage sidebar */
#sidebar_right .sidebar_widget {
	text-align: center;
}

#sidebar_right .sidebar_widget h2 {
	font-size: 1.4em;
	margin-bottom: 15px;
}

#sidebar_right .sidebar_widget h4 {
	font-size: 1.2em;
	font-weight: 300;
}

#sidebar_right .no_wrap {
	white-space: nowrap;
}

#sidebar_right .dealer_links {
	margin-top: 15px;
	display: inline-block;
}

/* Gallery */
.polaroid {
	float: none !important;
	display: inline-block !important;
	width: 29% !important;
	margin: 15px !important;
	padding: 15px 0 !important;
	min-width: 300px;
}

@media (max-width: 700px) {
	.polaroid {
		width: 100% !important;
		margin: 0 !important;
	}
}

.polaroid_link {
	min-height: 150px;
}

.navbar_in_header .badge, .navbar_in_header .badge .icon {
	font-size: 1em;
}

.navbar_in_header .badge {
	top: 5px;
}


.search-header {
	margin-top: 75px;
	margin-right: 15px;
}

.particles_container {
	font-size: inherit;
}

/** Responsive Youtube & Vimeo video embeds **/
.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 0;
	height: 0;
	overflow: hidden;
}

.video-container iframe, .video-container object, .video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
