/*!
Theme Name: Lukes-wrf
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: lukes-wrf
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Lukes-wrf is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

body .news-stories-sec {padding: 50px 0 !important; background: #fff; position: relative; z-index: 5;}
section.news-stories-sec.home-news-story {padding: 150px !important; background-repeat: no-repeat !important; background-position: top !important;    background-size: 100% !important;}
.comm-events{ width: 50% !important;}
h1, h2, h3, h4, h4, h5, h6{
	color: #001234;
}
.banner-sec h1, .banner-sec h2, .banner-sec h3, .banner-sec h4, .banner-sec h5, .banner-sec h6, .footer-main h1, .footer-main h2, .footer-main h3, .footer-main h4, .footer-main h5, .footer-main h6{
	color: #fff;
}
.pagination {
    width: 100%;
    padding: 20px 0 50px;
    text-align: center;
}
.pagination .page-numbers{
    width: 30px;
    height: 30px;
    display: inline-block;
    font-size: 20px;
    background: #ccc;
    text-align: center;
    padding: 4px 0;
}
.pagination .page-numbers.current{
    background: #061738;
	color: #fff;
}
.pagination .page-numbers.current:hover, .pagination .page-numbers.current:active{
	color: #fff;
}
.pagination .page-numbers.next, .pagination .page-numbers.prev{
	width: auto;
	height: auto;
	background: transparent;
}
.pagination .page-numbers:hover, .pagination .page-numbers:active{
	color: #000;
}
.page-template-template-home-sidebar .news-stories-sec:before {
    content: '';
    background: url(https://staging.project-progress.net/projects/lukes-wrf/wp-content/uploads/2023/02/backgrounds.png);
    width: 100%;
    height: 100%;
    position: absolute;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: top left;
    z-index: 0;
    top: 0;
}
.page-template-template-home-sidebar .news-stories-sec:after{
	content: '';
	background: url(https://staging.project-progress.net/projects/lukes-wrf/wp-content/uploads/2023/02/backgrounds.png);
	width: 100%;
    height: 100%;
    position: absolute;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: bottom;
    z-index: 0;
    top: 0;
}
.count-area-content span {
    display: inline-block;
    color: #fff;
    font-size: 35px;
    font-weight: 400;
    vertical-align: text-bottom;
}

.page-template-template-home.page-id-237 .news-stories-sec:before {
    content: '';
    background: url(https://staging.project-progress.net/projects/lukes-wrf/wp-content/uploads/2023/02/backgrounds.png);
    width: 100%;
    height: 100%;
    position: absolute;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: top left;
    z-index: 0;
    top: 0;
}
.page-template-template-home.page-id-237 .news-stories-sec:after{
	content: '';
	background: url(https://staging.project-progress.net/projects/lukes-wrf/wp-content/uploads/2023/02/backgrounds.png);
	width: 100%;
    height: 100%;
    position: absolute;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: bottom;
    z-index: 0;
    top: 0;
}

.newsletter-form .ctct-submit{
		padding: 10px 30px;
		border-radius: 25px;
}
.newsletter-form .ctct-email{
		border: 1px solid #ccc;
    height: 40px;
    width: 100%;
    margin-top: 15px;
}

.vc-hoverbox:hover .vc-hoverbox-front-inner {
    opacity: 0;
	transition: 0.4s all ease-in-out;
}

.vc-hoverbox .vc-hoverbox-front-inner {
    opacity: 1;
	transition: 0.4s all ease-in-out;
}


.page-id-2390 .cta_news_btn, .page-id-4514 .cta_news_btn{
		display: none;
}
.page-id-2390 .news-stories-sec .row, .page-id-4514 .news-stories-sec .row{
		margin-top: 50px;
}