/*
  Theme Name: picturekeytechnologies.com
  Author: Lucas Jordan
  Description: Contact Page Styles
  Version: 0.0.1
  Copyright: Raremedia Pty Ltd (Andrew Davidson)'
*/


/*-----------------------------------------------------------------------------
>>> TABLE OF CONTENTS:
-------------------------------------------------------------------------------
#   News Page Styles
-----------------------------------------------------------------------------*/


/*-----------------------------------------------------------------------------
#   News Page Styles
-----------------------------------------------------------------------------*/
.loader-wrapper {
    display: none;
}
#wrapper {
    visibility: inherit;
    overflow: auto;
}
body {
    overflow: auto;
}
#news .bg {
    background: url(/web/image/hexagon_texture01.png) no-repeat top center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
#news .row:first-of-type {
    padding: 3.750em 0;
    font-size: 1.063em;
}
#news .row:not(:first-of-type) {
    padding: 0  0 3.750em 0;
}
#news .news-item {
    display: block;
    position: relative;
    margin: 0.5em 0 0.5em 0;
    cursor: pointer;
}
#news .news-item:hover p:last-of-type {
    color: #3fa9f5;
}
#news .news-item .news-details {
    background-color: #ededed;
    padding: 0.7em ;
}
#news .news-item .news-details h5 {
    font-size: 1em;
    font-weight: 500;
    color: #333333;
}
#news .news-item .news-details p {
    color: #333333;
    margin-bottom: 0;
    font-size: 0.875em;
}

#news .news-item .news-details p:last-of-type {
    margin-top: 1.2em;
    cursor: pointer;
}

h3.news-title {
    color: #000;
    font-size: 36px;
    font-weight: 600;
    margin-top: 2rem;
    margin-bottom: 1.5rem;
}

.news-caption {
    padding: 1em 1.5em 0 1.5em;
}
