/*
Theme Name: Regenosca 2024
Theme URI: https://proximatesolutions.com/professional-web-design-portfolio/
Author: Proximate Solutions
Author URI: https://proximatesolutions.com/
Description: Wordpress theme designed for Regenosca 2024 with Blog Integration.
Version: 1.0.7
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: regenosca
Tags: one-column, two-columns, custom-menu, featured-images, left-sidebar, right-sidebar
*/

.custom_pagination,.woocommerce-pagination{text-align:center; margin-top:20px;}
.page-numbers{display:inline-block;padding:0;margin:0}
.page-numbers>li{display:inline}
.page-numbers>li>a,.page-numbers>li>span{position:relative;float:left;padding:5px 15px;font-size:14px;margin-left:-1px;line-height:1.42857143;color:#333;text-decoration:none;background-color:#fff;border:1px solid #ddd}
.page-numbers>li>a:hover,.page-numbers>li>span:hover,.page-numbers>li>a:focus,.page-numbers>li>span:focus{color:#26bfb5;background-color:#eee;border-color:#ddd}
.page-numbers>.active>a,.page-numbers>.active>span,.page-numbers>.active>a:hover,.page-numbers>.active>span:hover,.page-numbers>.active>a:focus,.page-numbers>.active>span:focus{z-index:2;color:#fff;cursor:default;background-color:#26bfb5;border-color:#26bfb5}
.page-numbers .current,.page-numbers .current:hover{z-index:2;color:#fff;cursor:default;background-color:#26bfb5;border-color:#26bfb5}
.page-numbers>.disabled>span,.page-numbers>.disabled>span:hover,.page-numbers>.disabled>span:focus,.page-numbers>.disabled>a,.page-numbers>.disabled>a:hover,.page-numbers>.disabled>a:focus{color:#999;cursor:not-allowed;background-color:#fff;border-color:#ddd}

.post-stats {  margin-bottom: 10px; overflow: hidden;}
.post-stats div { float: left;}
.post-stats div, .post-stats span { font-size: 16px; margin-right: 8px;}
.post-stats i.fa { font-size: 16px; margin-right:5px;}

.comment_sec { margin-top:20px;}
.comment_sec ol.commentlist { list-style:none; margin:0 0 30px 0; padding:0;}
.comment_sec ol.commentlist li { margin:0 0 20px 0; position:relative;}
.comment_sec ol.commentlist li .comment-body { border:1px solid #ddd; padding:20px 20px 20px 60px;}
.comment_sec ol.commentlist li .comment-body .comment-meta { font-size:0.83em; float:left; margin:0 0 0 5px; color:#777; line-height:1;}
.comment_sec ol.commentlist li .comment-body .comment-author { float:left; font-size:12px; font-weight:700; margin:0 0 5px; color:#777; line-height:1;}
.comment_sec ol.commentlist li .comment-body .comment-author img { float:left; position:absolute; top:20px; left:15px; width:32px; height:auto; background:none; border:1px solid #e4e1e3;}
.comment_sec ol.commentlist li .comment-body .comment-author cite { font-style:normal;}
.comment_sec ol.commentlist li .comment-body p { clear:both;}
.comment_sec ol.commentlist li .comment-body .reply a { text-decoration:underline;}
.comment_sec ol.commentlist ul.children { list-style:none; margin:20px 0 0 0;}

.btn-success {
  background: #26bfb5;
  border-color: #26bfb5;
  color: #fff !important;
  font-weight: 700;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.btn-success:hover, .btn-success:focus {
  background: #26bfb5;
  border-color: #26bfb5;
  color: #fff;
  outline: 0;
}
.btn {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border-radius: 0;
}

.news-boxes {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
	grid-gap: 30px;
}
.news-boxes .image img {
	width: 100%;
}
.news-boxes .image {
	border: 1px solid #00000023;
}
.news-boxes .image {
	position: relative;
	overflow: hidden;
}
.news-boxes .image span {
	position: absolute;
	left: -100%;
	top: 10px;
	background-color: #00000044;
	color: #fff;
	padding: 0 10px;
 transition: .3s;
}
 .item-folio__thumb a::before {
 display: none !important;
}
.news-boxes h4 {
	margin: 0px 0;
}
.news-boxes .news-box {
}
.news-boxes .news-box:hover .image span {
	left: 10px;
}
.news-box .date {
	font-size: 13px;
	padding: 5px 0;
}
.news-box .date i {
	margin-right: 10px;
}
.news-box h4 {
	font-size: 25px;
	color: #000;
}
.news-box .read-btn {
	font-weight: 600;
	font-size: 17px;
	display: flex;
	align-items: center;
}
.news-box .read-btn i {
	color: #000;
	margin-left: 10px;
}
.s-news .btn {
	background-color: #26BFB5 !important;
	border: none;
	color: #fff;
	margin-top: 70px !important;
	margin: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	width: fit-content;
}
.news-boxes .image a{
	    display: flex !important;
}
.news-boxes .image img {
    width: 100%;
    height: 100%;
    height: 300px;
    object-fit: cover;
}
.news-banner h1{
font-size:5rem;
line-height:1.2;
}
.news-banner .home-content {
    padding-bottom: 6.6rem;
}
.news-banner .home-content__main {
    padding-top: 12.3rem;
}