/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Anthony Pullen
 Template:     generatepress
*/

/* pagination */
.nav-links {
	text-align:center;
	padding:20px ;
	border-top:1px solid #ccc;
	margin-top:20px;
}
.page-numbers {
	padding: 0.2em 0.5em;
	background-color: #ddd;
	font-weight:600;
}
.page-numbers.current {
	background-color: #fff;
}

/* ## SIDEBAR WIDGETS **********************************************************************************************/
.sidebar .widget .widget-title{
	padding: 10px;
	text-align: center;
	text-transform: uppercase;
	font-size: 0.9em;
}
 .sidebar .widget  {
	border-radius:10px;
}

 .sidebar .widget h2 {
	margin-bottom:10px;
}
.sidebar .widget ul {
	padding:0;
}
.sidebar .widget ul li:last-child{
	padding:0 !important;
}
.widget_categories .children{
	margin-left: 0 !important;
	text-transform: capitalize;
	padding:0;
}
.widget_categories .children li:before {
	content: "\21b3";
	padding-right:0.2em;
	color:#ccc;
}

/* sidebar layout styles */
/* STYLE LAYOUT 1 */
 .sidebar .sidebar-style-1 {
	border:1px solid rgba(0,0,0,0.2);
	border-radius:0;
	box-shadow:5px 5px 5px rgba(0,0,0,0.2);
	padding:5px;
}
.sidebar .sidebar-style-1 h2 {
	border-bottom: inherit;
	color: rgba(0,0,0,0.8);
}

/* STYLE LAYOUT 2 */
.sidebar .sidebar-style-2 {
	padding:0 ;
	border-radius:0;
	background-color:#ffffff !important ;

}
.sidebar .sidebar-style-2 a {
	color:#000;
}
.sidebar .sidebar-style-2 ul li a:hover{
	color:#ccc;
}

.sidebar .sidebar-style-2 h2  {
	 background-color: #ccc ;
	 color:#000 ;	
	 position:relative;
}

.sidebar .sidebar-style-2 h2:after {
	content:"";
	clear:both;
	display:block;
	position:absolute;
	bottom:-10px;
	left:50%;
	margin-left:-10px;
	border-top:10px solid #ccc; 
	border-left:10px solid transparent;
	border-right:10px solid transparent;
	width: 0;
}

/* EVENTS PAGE ***************/
.event-grid-style > div {
	flex-grow:	1;
}
.event-grid-style > div h2{
	font-weight:600;
	font-size:1.4em;
}

.event-list-style {
	overflow:hidden;
}
.event-list-style  {
	background-color: rgba(0,0,0,0.1);
	padding:10px;
}
.event-list-style  h2{
	font-weight:600;
	font-size:1.4em;
}

/* BLOG PAGE ***************/
.date-blog {
	padding:5px;
	margin:0;
	background-color: rgba(0,0,0,0.8);
	color:#fff;
	font-size:0.8em;
	text-align:center;
}
.blog-fi {
	height: 220px;
	overflow: hidden;
	width: 100%;
	position:relative;
}
.blog-fi-title {
	position:absolute;
	bottom:0;
	left:0;
	background-color: rgba(255,255,255,0.8);
	padding:10px;
	width:100%;
	text-align:center;
	box-sizing:border-box;
}
.blog-fi img {
	width:100%;display:block;
}
/* testimonials */
.testimonial-block {
	flex-grow: 1;
	text-align: center;
	padding: 10px;
	background-image: linear-gradient( #cfcfcf, #ffffff);
}
.testimonial-block img {
	border-radius:50%;
	border:3px solid #ffffff
}
.testimonial-block p::before {
	font-size: 1.5em;
	padding-right: 10px;
	color: #aaa;
}
.testimonial-block-2 {
	border:2px solid #ccc;
	padding:10px;
	border-radius:8px;
	flex-grow:1;
}
.testimonial-block-2 .icon-quote-left {
	font-size: 2em;
	color: rgba(0,0,0,0.2);
}
.testimonial-block-2 .spacer {
	width:100%;
	height:55px;
	display:block;
	clear:both;
}
.testimonial-block-2 .t2-base{
	border-top:2px solid #ccc;
	position:relative;
	padding-top:60px;
}
.testimonial-block-2 .t2-base img{
	position:absolute;
	top:-50px;
	right:20px;
	border-radius:50%;
	width:100px;
}
