/*
Theme Name: Maxilift
Theme URI: http://maxilift.com.au
Author: Web Lab Pty Ltd
Author URI: http://weblab.com.au
Version: 1.0


 */

div.news-photo time {
    height: 58px !important;
    text-align: center;
}

.sidebar-news .row {
    margin: 0px !important;
}

.sidebar-news .row .col-xs-6:first-child {
    width: auto;
}

div.news-photo time {
    right: initial;
    left: 0px !important;
}

.sidebar-news .row .col-xs-6:last-child {
    width: calc(100% - 50px);
    padding-right: 0px !important;
    padding-left: 28px;
}

.sidebar-news div.news-description {
	    height: auto;
}

.sidebar-news div.news-description strong { border: 0px !important; }



/* Alignment */

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

blockquote.alignleft,
figure.wp-caption.alignleft,
img.alignleft {
	margin: 7px 24px 7px 0;
}

.wp-caption.alignleft {
	margin: 7px 14px 7px 0;
}

blockquote.alignright,
figure.wp-caption.alignright,
img.alignright {
	margin: 7px 0 7px 24px;
}

.wp-caption.alignright {
	margin: 7px 0 7px 14px;
}

blockquote.aligncenter,
img.aligncenter,
.wp-caption.aligncenter {
	margin-top: 7px;
	margin-bottom: 7px;
}


body {
	font-family: "Open Sans", Helvetica, Arial, Sans-Serif;

}

.container {

}

/*BUMP STYLES*/

.bump-top-md {
	margin-top: 20px;
}

.bump-bottom-md {
	margin-bottom: 20px;
}

.bump-top-lg {
	margin-top: 40px;
}

.bump-bottom-lg {
	margin-bottom: 40px;
}

.bump-top-sm {
	margin-top: 10px;
}

.bump-bottom-sm {
	margin-bottom: 10px;
}


/*PAD STYLES*/

.pad-top-md {
	padding-top: 20px;
}

.pad-bottom-md {
	padding-bottom: 20px;
}


.pad-top-lg {
	padding-top: 40px;
}

.pad-bottom-lg {
	padding-bottom: 40px;
}

.pad-top-sm {
	padding-top: 10px;
}

.pad-bottom-sm {
	padding-bottom: 10px;
}



body {
	font-family: "PT Sans", Helvetica, Arial, Sans-Serif;
	background-color: #f0f0f1;
	color: #262223;
	font-size: 16px;
}

a, a:link, a:visited {
	color: #cd2129;
}

a.btn {
	color: #fff;
}

.btn-primary {
	background-color: #cd2129;
	border-color: #bb1e25;
}

.btn-primary:hover {
	background-color: #bb1e25;
	border-color: #bb1e25;
}

h1, h2 {
	font-weight: bolder;
	padding-bottom: 10px;
	background: url('images/header.png') no-repeat left bottom;
}

h1 span, h2 span {
	color: #cd2129;
}

h3 {

}

.entry-content h4 {
	font-weight: bold;
}

footer h4 {
	border-bottom: 2px solid #cd2129;
	padding-bottom: 10px;
	font-weight: bold;
	margin-bottom: 25px;
}

p {
	margin: 0 0 20px;
	line-height: 180%;
}

ul li {
	line-height: 180%;
}

.bump-bottom {
	margin-bottom: 50px;
}

.bump-top {
	margin-top: 50px;
}

.bump-bottom-sm {
	margin-bottom: 25px;
}

#wrapper {
	background-color: #fff;
}

header {
	padding: 25px 0px;
}

#logo {
	text-align: center;
}

#logo img {
	margin: 0 auto;
}

#header-contact {
	border-top: 1px solid #f0f0f0;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 15px;
	line-height: 220%;
}

nav {
	margin-top: 10px;
	padding-right: 0px;
}

nav div > ul {
	list-style-type: none;
	width: 100%;
	text-align: center;
	padding: 0px;
}

nav div > ul > li {
	display: inline-block;
	margin-left: 0px;
}

nav div > ul > li > a {
	padding: 10px 15px;
}

nav div > ul > li.current-menu-item > a {
	background-color: #f0f0f0;
	border-radius: 3px;
}


#spotlight {
	width: 100%;
	margin: 0 auto;
	background-color: #bb1e25; 
}

#spotlight-inner {
	width: 100%;
	margin: 0 auto;
	background-color: #bb1e25; 
}

.spotlight {
	padding-top: 5px;
	float: left;
	width: 100%;
}

.spotlight-1, .spotlight-3, .spotlight-5 {
	background-color: #d3232e;
}

.spotlight-2, .spotlight-4 {
	background-color: #bb1e25;
}

.spotlight-image {
	position: relative;
	border-bottom: 5px #fff solid;
}

.spotlight-image img {
	width: 100%;
	height: auto;
}

#spotlight-inner .spotlight-image img {
	filter: grayscale(100%);
}


#spotlight-inner .spotlight-image img:hover {
	filter: grayscale(0%);
}

#spotlight-inner .spotlight-image-current img {
	filter: grayscale(0%);
}

.spotlight-image div {
	position: absolute;
	bottom: 20px;
	width: 100%;
	text-align: center;
}

.spotlight-description div {
	text-align: center;
}

.spotlight-image h2, .spotlight-description h2 {
	font-size: 20px;
	font-weight: bolder;
	color: #fff;
	text-align: center;
	border: 1px solid #fff;
	padding: 12px 15px;
	margin: 0 auto;
	display: inline-block;
	background: 0px;
	height: auto;
}

.spotlight-description h2 {
	display: block;
}

.spotlight-description {
	color: #fff;
	padding: 5px;
	font-size: 0.85em;
}

.spotlight-description a {
	color: #fff;
}

#content {

}


#content .container {
	background-color: #fff;
}

.entry-content ul {
	list-style-type: square;
}

footer {
	padding-bottom: 25px;
}

footer h4 {
	margin-top: 50px;
}

#simple-footer {
	background-color: #073349;
	color: #fff;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 14px;
}

#simple-footer a {
	color: #fff;
}

ul#site-map {
	list-style-type: none;
	padding: 0px;
}

div.news-photo {
	background-color: #073349;
	width: 100%;
}

div.news-photo img {
	float: right;
}

div.news-photo time {
	position: absolute;
	width: 50px;
	padding: 8px 5px;
	background-color: rgba(0,0,0,0.9);
	color: #fff;
	right: 15px;
	top: 0px;
	bottom: 0px;
}

div.news-description {
	color: #fff;
	padding: 10px;
	height: 106px;
	font-size: 14px;
	text-align: center;
}

div.news-description strong {
	border-bottom: 1px solid #fff;
	padding-bottom: 5px;
}

div.news-description a {
	color: #fff;
}


article.sidebar-news div.news-description {
	background-color: #073349;
}


/**
 * 14.2 Galleries
 */

.gallery {
	margin-bottom: 1.6em;
}

.gallery-item {
	display: inline-block;
	padding: 1.79104477%;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-icon img {
	margin: 0 auto;
}

.gallery-caption {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	display: block;
	font-family: "Noto Sans", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
	padding: 0.5em 0;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}

#recent-posts-2 ul {
	list-style-type: none;
	padding: 0px;
}

span.post-date {
	display: block;
	font-size: 0.66em;
}

.tablepress thead th {
	background-color: #bb1e25 !important;
	color: #fff;
}

.tablepress caption {
	display: none;
}

.product-col img {
	display: block;
	margin: 0 auto;
}

table.equal tr td {
	width: 50%;
}

table.equal {
	margin-bottom: 50px;
}


div.ppt {
	display: none !important;
}

#spotlight-inner .spotlight-image {
	display: none;
}


/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {


	#spotlight, #spotlight-inner {
		width: 750px;
	}

	.spotlight img {
		max-width: 100%; height: auto;
	}

	.spotlight {
		width: 33%;
	}

	footer h4 {
		margin-top: 0px;
	}

	#spotlight-inner .spotlight-image {
		display: block;
	}

	.spotlight-description {
		padding: 20px;
	}

}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {

	#spotlight, #spotlight-inner {
		width: 970px;
	}

	.spotlight {
		width: 20%;
	}

	#logo {
		text-align: left;
		float: left;
		padding-left: 20px;
	}

	#header-contact {
		float: left;
		border-left: 1px solid #f0f0f0;
		border-top: 0px;
		text-align: left;
		padding: 0px 10px 15px 10px;
	}


	nav {
		float: right;
		margin-top: 30px;
		padding-right: 20px;
	}

	nav > ul {
		list-style-type: none;
	}

	nav > ul > li {
		display: block;
		float: left;
		margin-left: 25px;
	}

}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1210px) {

	#spotlight, #spotlight-inner {
		width: 1170px;
	}

}


