/*
HOVER LIGHT: #C7A376
HOVER DARK: #AF8F67
TEXT COLOUR: #48525E
*/


b, strong {
    /*font-weight: bold;*/
    /*font-family: 'Whitney-Black';*/
}


.post-article:hover .read-more,
.post-article:hover .post-excerpt p,
.post-article:hover .post-details a,
.post-article:hover .post-details,
.post-article:hover .article-header {
    color: #48525E;
    opacity: 1;
}
.post-article:hover .article-header{
color: #C7A376;
}

.post-article:hover{
    background-color: rgba(242, 236, 227, 0.53);
}
.post-intro p {
	font-weight:bold;
}

.read-more {
    /*font-family: 'Whitney-Medium';*/
    color: #48525E;
}
.pagination span.current,
.pagination a:hover {
    background-color: #C7A376;
    border-color: #C7A376;
}
.pagination a {
    color: #48525E;
    text-decoration: none;
   border-color: #465560;
}
.popular-articles .popular-article-title,
.sidebar-catgeory-title {
font-weight: 600;
    font-size: 18px;
    color: #C7A376;
}
.pop-prev,
.pop-next{
    background-color: #C7A376;
}
.popular-articles h2 {
   /*font-family: 'Whitney-Medium';*/
    color: #48525E;
    font-size: 18px;
}
.email-signup-sidebar input[type="submit"] {
    background-color: #C7A376;
}
.email-signup-sidebar input[type="submit"]:hover {
    background-color: #AF8F67;
}

img.archive-thumbnail {
    width: 100%;
    float: left;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.post-article:nth-child(1n+2) .thumbnail-mask img {
    min-width: 515px;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.video_thumbnail .thumbnail-mask:before {
    content: '►';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    font-size: 71px;
    width: 60px;
    height: 79px;
    color: #fff;
    z-index: 99;
}
