/*
Theme Name: Beaver Builder Child Theme
Theme URI: https://www.wpbeaverbuilder.com
Version: 1.1
Description: An example child theme that can be used as a starting point for custom development.
Author: The Beaver Builder Team
Author URI: https://www.fastlinemedia.com
template: bb-theme
*/

/* Add your custom styles here...Remember to change the Version number above! */ 

/* MOD WAC 011025: new display-post plugin styling:*/

.display-posts-listing.grid .listing-item  {
	display: block;
/* MOD WAC 011025 */	
	background: #FFFFFF;
	/*background: #DBFFDB;*/
	/*background: #E6FFE6;*/
	/*background: #209925;*/
	/*background: #FBF2CC;*/
	/*background: #F1D045;*/
	/*background: #FFFFFF;*/
	min-height: 130px;
/* END MOD WAC 011025 */		
	padding: 20px;
	margin-bottom: 20px;
	/* MOD WAC 011025 */
	border: 1px solid #cfccff;
	/*border: 1px solid #EEEEEE;*/
	/* END MOD WAC 011025 */
}
/*MOD WAC 011025 */
.display-posts-listing.grid .listing-item:hover {
background: #E0E0FF;
animation: pulse-animation2 1s infinite;
 }
/*END MOD WAC */


.display-posts-listing.grid .title {
	display: block;
	font-weight: bold;
}

.display-posts-listing.grid .date {
	display: block;
}

.display-posts-listing.grid img { 
	display: block; 
	max-width: 100%; 
	height: auto; 
}

.display-posts-listing.grid .excerpt-more {
	font-size: 75%;
}

/* end mod WAC 011025: new display-post plugin styling:*/

/* MORE MODS WAC 011025: new display-post plugin styling:*/

@media screen and (min-width: 59.6875em) {

/* mod WAC 011025: new display-post plugin styling:*/
.display-posts-listing.grid {
/*MOD WAC 011025*/
		/*overflow: hidden;*/
/* END MOD WAC */		
		width: 100%;
	}

	.display-posts-listing.grid .listing-item {
		float: left;
		width: 32%;
		margin-left: 2%;
	}

	.display-posts-listing.grid .listing-item:nth-child(3n+1) {
		clear: both;
		margin-left: 0;
	}
/* end mod WAC 011025: new display-post plugin styling:*/

}
/*end @media screen and (min-width: 59.6875em) */


/*MOD WAC ANIMATIONS*/
/* PULSE (source: ttps://codepen.io/saigowthamr/pen/PowdZqy */
@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.1);
  }
  100% {
    box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
  }
}

@keyframes pulse-animation2 {
  0% {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
  }
  100% {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0);
  }
}

/* END MOD WAC ANIMATIONS */

/***********************************************************************/


/* MOD WAC 131025 ADDING RJC POSTERS Legacy Shortcode styling */
	
/* ** mod jrc 170919: retrofit new pdf posters section :: */

/* mod jrc 030619: styles for new scl_thumbnail_link shortcode*/
.attachment_thumbnail_link, .attachment_thumbnail_link:hover   {
	display: inline-block;
	/* mod jrc 040819: */*/
	/*width: 300px;*/ /*say*/
	width: 100%; /*say*/
	/*height: 450px;*/
	height: auto;
	margin: 5px;
	/*padding: 20px;*/
	vertical-align: top;
	/*background: #2E344C;*/
	/*ORIG background: #47557F;*/
	/* ORIG color: #FFFFFF;*/
	/* ORIG border: 1px solid yellow;*/
/*MOD WAC styling pdf thumbnail boxes a bit */
/*ORIG padding: 20px;*/
 /*ORIG background: #2E344C;*/
	/*ORIG background: #47557F;*/
	/* ORIG color: #FFFFFF;*/
	/* ORIG border: 1px solid yellow;*/
 padding: 10px;
    background: #F7F7FF;
    color: #000;
    border: 1px solid #E0E0FF;

}
.attachment_thumbnail_link:hover   {
background: #E0E0FF;
}

/* END MOD WAC */



	


/*mod jrc  040819: added :hover*/
.attachment_thumbnail_link a, .attachment_thumbnail_link a:hover, .attachment_thumbnail_link a:focus, .attachment_thumbnail_link a:active,  .attachment_thumbnail_link img, .attachment_thumbnail_link span {
	display: block;
	border: none;

	/* mod jrc 040819: style */
	color: inherit;
/*MOD WAC 181025 Add hover color */

/*background: #ffffff;*/
/*END MOD WAC */	
}

/* mod jrc 060819 : new layout */
.attachment_thumbnail_link .details {
	display: block;
	float: left; 
/* mod jrc 090819: mobile flip:*/
	clear: both;
	width: 90%;	
	margin: 5%;	
	padding: 10px;
/* end mod mod jrc 090819:	*/
	
}
/* end mod jrc 060819 : new layout */


.attachment_thumbnail_link .title {
	font-weight: bold;
}

/*mod jrc 040819: tweaks:*/
.attachment_thumbnail_link .thumbnail {
	
	text-align: center;

/* mod jrc 060819 : new layout */
	display: block;
	float: left; 
/* mod jrc 090819: mobile flip:*/
	clear: both;
	width: 90%;
	margin: 5%;	
	padding: 10px;	
/* end mod jrc 060819 : new layout */
	background: #ffffff; /* china blue */ /*#79CFFF : sky blue *//* #DBDCEB : light pink/purple */ /*lightblue*/
	
/* end mod jrc 060819 : new layout */
	
	
}

.attachment_thumbnail_link .thumbnail img {
	text-align: center;
	width: 100%;
	
}

/* end mod jrc 040819: tweaks:*/

/* end mod jrc 030619: styles for new scl_thumbnail_link shortcode*/

/* ** end mod jrc 170919: retrofit new pdf posters section :: */
















