/* Added 2022 by Dorian Taylor */

/* resize typographical elements */
h2 {
    font-size: 38px;
}

/* yarpp blog thumbnails */
.yarpp-thumbnail > img, .yarpp-thumbnail-default {
    width: 295px;
    height: 150px;
}

.yarpp-thumbnails-horizontal .yarpp-thumbnail {
    height: fit-content;
}

.yarpp-related .yarpp-thumbnail-title {
    font-family: Aleo, Helvetica, Arial, sans-serif;
    font-weight: 400 !important;
	  overflow-wrap: break-word !important;
}

.yarpp-thumbnails-horizontal .yarpp-thumbnail-title {
    width: 295px;
}

/* make area above content shorter */
.site-inner {
	padding-top: 60px;
}

/* style Real Testimonials */
#sp-testimonial-free-wrapper-7991 .tfree-layout-grid .sp-testimonial-item {
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 20px;
    padding-top: 20px;
}

/* style entry blocks */
.entry, .page .content .entry.archive-entry {
    margin-bottom: 40px;
}

/* extend badding around homepage client portal button */
.site-container .wp-block-button.is-style-button-line .wp-block-button__link, .site-container .wp-block-button.is-style-outline .wp-block-button__link {
	    padding: 13px 73px;
}

/*blog excerpt read more*/
.button, more-link {
	color: #ffffff;
}

/*staff gallery captions*/
.wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
	font-size: 12px;
  line-height: 1.2em;
}

/*green buttons - white border*/
.green-buttons {
	border: 1px solid #fff;
}

/*green buttons - white text*/
.wp-block-button .wp-block-button__link:not(.has-background), .wp-block-button .wp-block-button__link:not(.has-background):focus, .wp-block-button .wp-block-button__link:not(.has-background):hover {
    color: #ffffff;
}

/*zebra table on insurance page*/
.entry-content table:not(.variations) {
  width: 99%;
  margin: 5px;
  border: none!important;
}

th, td {
  font-size: .75em;
  text-align: left;
  padding: 8px;
	word-wrap: normal;
}

tr:nth-child(even){background-color: #f2f2f2;}



/*MEDIA QUERIES*/

@media all and (max-width: 981px) 

/*zebra table on insurance page*/
{
.entry-content table:not(.variations) {
	margin: auto;
}
/*end zebra table on insurance page*/	
	
}

@media all and (max-width: 550px) 

/*zebra table on insurance page*/
{
th, td {
  font-size: .7em;
}
/*end zebra table on insurance page*/

/*staff gallery captions*/
.wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
	font-size: .7em;
}
/*end staff gallery captions*/

/* yarpp blog thumbnails */
.yarpp-thumbnail > img, .yarpp-thumbnail-default {
    width: 240px;
    height: 122px;
}	
	
.yarpp-thumbnails-horizontal .yarpp-thumbnail {
		width: 252px;
}	
	
.yarpp-thumbnails-horizontal .yarpp-thumbnail-title {
    width: 252px;
}	
	
/*end yarpp blog thumbnails*/
	
}
	
@media all and (max-width: 500px) 
	
/*zebra table on insurance page*/
{
th, td {
  font-size: .6em;
}
/*end zebra table on insurance page*/
	
/*staff gallery captions*/
.wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
	font-size: .6em;
}
/*end staff gallery captions*/
	
}

	
/*end added by Dorian Taylor*/
	
	