/* CUSTOM CSS */

.pro-news-press-grid .odd_item{background-color:#A0C6D8 !important;}
.pro-news-press-item  a:hover{color:#fff!important;}
.home-news-item a:hover{color:#ccc !important;}
.pro-news-press-grid .odd_item img{border:0px solid #ACD6B6; border-radius:5px;}
.pro-news-press-grid .even_item{background-color:#D2CCCC !important;}
.pro-news-press-grid .even_item img{border:0px solid #DAA899; border-radius:5px;}
.pro-news-press-item{background: transparent !important; }

.pro-news-press-item{
padding-top: 15px;
padding-right: 15px;
padding-bottom: 15px;
padding-left: 15px;
margin: 5px 5px;
}

.pro-news-press-item .invested-press-logo {
background: #fff;
padding: 5px 10px;
border-radius: 5px;
}

.pro-news-press-item img{transition: all .3s;}

/* APLAC Dev Tony --- commented out the transformation CSS to remove hover effect that caused blurry logo */
.pro-news-press-item:hover  img{
	filter: alpha(opacity=80);
        /* transform: scale3d(1.07,1.07,1); */
	transform: none; 
}

.paginationwrapper {
    text-align: center;

}

.paginationwrapper  .pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

.paginationwrapper  .pagination span, .paginationwrapper  .pagination a {
    height: 32px;
    width: 46px;
    border: 1px solid #ccc;
    background: #fff;
    text-align: center;
    line-height:32px;
    color: #000;
    display: inline-block;
    margin-right: 2px;
}

.paginationwrapper  .pagination .current {
    background: #062D40;
    color: #fff;
    border: 1px solid #062D40;
}

.invested-press-logo{
    position: absolute;
    right: 20px;
    bottom: 15px;
}
/* APLAC Dev Tony --- commented out - width to height ratio distorted images*/
/* pro-news-press-item .invested-press-logo img{
 width: 150px;
height: 34px;
} */

/* APLAC Dev Tony -- added rule to remove max-width of 150 pixels */
.pro-news-press-item .invested-press-logo img {
    max-width: fit-content;
}

/* ALPAC Dev Tony -- Add border to logos in news section home pg */
.newsletter_block_home_item > .invested-press-logo > img {
    border: solid black 1px;
    border-radius: 8px;
}

.portfolio .portfolio-container-progression{display:relative;}
		.portfolio .portfolio-container-progression span {
			position: absolute;
			right: -33px;
			color: #fff;
			font-size: 118%;
			top: 15px;
			background-color: #203864;
			padding: 4px 37px;
			transform: rotate(44deg);
		}
#site-footer div.fifth {
    width: 18%;
    display: inline-block;
    margin-left: 40px;
    vertical-align: top;
}

body.page-id-17 .progression-row.pro-highlight-section.highlight-approach-2{
padding:70px 0px;
}



/* ALPAC Dev Tony --  New Pg - Recent Posts @ Btm of pg */

@media screen and (max-width: 600px) {
    .proofsection {
        flex-direction: column !important;
        max-height: initial !important;
        padding: 5% !important;
    }
}

@media screen and (min-width: 601px) {
    .proofsectionOuter {
        justify-content: center;
    }

    .proofsection {
        flex-basis: 80%!important;
    }
}

/* ALPAC DEV - Testimonial Logo adjustments */

.page-id-5 .grid2column-progression .image-box img {
    max-width: 350px !important;
    border: 1px white solid !important;
    padding: 50px !important;
}
.testimonials-section .image-box {
    border: none !important;
    display: inline-block;
    padding: 0 !important;
    margin: 10px 0 20px;
}
.testimonials-section .text-box p {
    color: #ffffff;
    font-size: 21px;
    line-height: 31px;
    text-align: justify !important;
}

.testimonials-section .text-box .pro-cite-title {
    text-align: left;
    text-transform: uppercase;
    color: #ffffff;
    padding-right: 0;
    margin: 0;
}

@media screen and (max-width: 985px) {
    .page-id-5 .grid2column-progression .image-box img {
        max-width: 250px !important;
        padding: 30px !important;
   }
}

/* ALPAC DEV - News Page pagenavi adjustments */
.pagination .wp-pagenavi span.pages {
    display: none;
}
