h4 {
    font-weight: normal;
}

.entry-content p , .entry-content li {
	font-size: 18px;
  line-height: 23px;
	margin:10px 0;
}
.sticky-enabled header.tc-header {
    display:  -webkit-box;
    display:  -ms-flexbox;
    display:  flex;
    -webkit-box-align:  center;
        -ms-flex-align:  center;
            align-items:  center;
    background: #fff;
}
.post-279 input[type=text], .post-279 input[type=tel], .post-279 input[type=email], .post-279 textarea{
	width: 100%;
}
.post-279 input[type=submit]{
	min-width: 200px;
	padding: 10px;
	right: 0;
	display: block;

}

.home .otw-button {
    display: block !important;
    max-width: 300px;
    margin: 10px auto;
}
.latest-posts{
    margin: 20px 0;
}
.latest-posts ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    margin:  0;
    padding:  0;
}

/* Gallery Page */
ul.wp-block-gallery.columns-5.is-cropped li {
    max-width: 216.22px;
    max-height: 162.05px;
}
ul.wp-block-gallery.columns-5.is-cropped li:hover {
   cursor: pointer;
}

.sticky-disabled .logo-centered .pull-menu-center .nav-collapse .nav>.menu-item>a {
    padding-left: 1vw;
    padding-right: 1vw;
}
.navbar-inner .social-block {
    width: 100%;
    text-align: center;
}

.latest-posts ul li{
    width: calc(33.33% - 30px);
    text-align: center;
    margin: 15px;
}

.latest-posts ul li:hover{
    border-color: #114A8F;
    color: #114A8F;
}
.latest-posts ul li:hover a{
    color: #114A8F;
}
.rel-img {
    height: 100px;
    margin-bottom: 15px;
}
.rel-img a {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
}
.latest-posts ul li a{
    display: block;
}
.latest-posts ul li a:hover{
    text-decoration: none;
    display: block;
    color: #114A8F;
}
.archive #content article.grid-item{
    position: relative;
}

.archive #content section:first-of-type article.grid-item:before {
    content: '';
    position: absolute;
    top: -9px;
    left: -11px;
    width: 90px;
    height: 90px;
    background: url(https://acladding.com.au/wp-content/uploads/2019/04/new.png) no-repeat;
    background-size: contain;
    z-index: 2;
}
body.archive.paged #content section:first-of-type article.grid-item:before {
    content: none !important;
}


.resources-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: flex start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: relative;
}
.resource-item {
    width: calc(33.33% - 30px);
    margin-top: 10px !important;
    margin-right: 15px;
	margin-left:15px;
    margin-bottom: 10px !important;
    position: relative;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
    background-color: #000;
}

.resources-list .resource-item:first-child {
    width: 100%;
}
.resource-item a {
    display: block;
    text-decoration: none !important;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
	position:relative;
}
.resource-item a:hover .icon-img:before {
    position:absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    content: '\f0ed';
    font-family: FontAwesome;
    font-size: 2em;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: rgba(0,0,0,0.1);
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;

}
.icon-img {
    width: 100%;
		display:block;
    height: 220px;
    background-size: cover;
    background-position: center;
    background-color: #e3cb00;
    position: relative;
	margin:0;
}

.resource-name {
    background: #000;
    color:  #fff;
    font-weight: 600;
    padding: 10px;
    text-decoration: none !important;
    text-shadow: 0px 1px 8px rgba(0,0,0,0.5);
}

@media (max-width: 767px){
	.latest-posts ul li {
			width:  100%;
			margin: 5px 0;
	}

	.latest-posts ul {
			-ms-flex-wrap:  wrap;
					flex-wrap:  wrap;
	}
	ul.wp-block-gallery.columns-5.is-cropped li{
			max-height: 132px;
	}
	ul.wp-block-gallery.columns-5.is-cropped{
			padding:5px;
			margin:0px;
	}
}
@media screen and (max-width: 980px) {
    .resource-item {
        width: calc(50% - 30px) !important;
    }
}
@media only screen and (max-width: 520px){
    .resource-item {
        width: 100% !important;
        margin: 10px 0 !important;
    }
}