/*
|||||
||||
|||
||
|
   ****** SMALL MEDIA < 767px ******
|
||
|||
||||
|||||
|*/

@media (max-width:768px){
	
    html, body{
          overflow-x:hidden;
          width:100%;
    }
    
    /**Body Padding*/
    div.wp-block-group.has-white-background-color.has-background.has-global-padding.is-layout-constrained.wp-container-core-group-is-layout-1f708cb5.wp-block-group-is-layout-constrained{
          padding-left: inherit;
          padding-right: inherit;
    }
    
     /*Navigation*/
      .wp-block-jetpack-layout-grid.column1-desktop-grid__span-3.column1-desktop-grid__row-1.column2-desktop-grid__span-6.column2-desktop-grid__start-4.column2-desktop-grid__row-1.column3-desktop-grid__span-1.column3-desktop-grid__start-12.column3-desktop-grid__row-1.column1-tablet-grid__span-4.column1-tablet-grid__row-1.column2-tablet-grid__span-4.column2-tablet-grid__start-5.column2-tablet-grid__row-1.column3-tablet-grid__span-8.column3-tablet-grid__row-2.column1-mobile-grid__span-4.column1-mobile-grid__row-1.column2-mobile-grid__span-4.column2-mobile-grid__row-2.column3-mobile-grid__span-4.column3-mobile-grid__row-3.wp-block-jetpack-layout-gutter__nowrap.are-vertically-aligned-center.wp-block-jetpack-layout-gutter__huge {
            
            display: flex;
      }
	      
      /**Switching Search bar  and humburger positions*/
      div.wp-block-jetpack-layout-grid-column.wp-block-jetpack-layout-grid__padding-none.is-vertically-aligned-center:nth-child(2){
          
            order: 1; /* Or any value greater than 0, as default is 0 */
            padding-right:15px;
      }

      /*Search bar icon*/
      div.wp-block-jetpack-layout-grid-column.wp-block-jetpack-layout-grid__padding-none.is-vertically-aligned-center:nth-child(3){
            /*form{
                padding-left:10px;
	        }*/
      }
      
        /*Padding before top feature image*/
    div.wp-block-group.has-global-padding.is-layout-constrained.wp-block-group-is-layout-constrained{
          padding-top:inherit !important;
    }
	
    /*HOMEPAGE FEATURE IMAGE BANNER*/
    div.wp-block-newspack-blocks-homepage-articles.is-style-default.wpnbha.show-image.image-alignleft.ts-8.is-4.is-uncropped.mobile-stack.show-category.is-style-default.has-text-align-left.has-text-color.has-primary-color{
    
          /*Top feature image*/
          figure.post-thumbnail{
              max-width: 100%;
              height: auto;
              display: block;
          }
		    
          /*Entry Wrapper part*/
          div.entry-wrapper{
	      padding-left:12px;
	      margin-top:25px !important;
	  }
    }	
	
    /***HOMEPAGE LASTEST SHORTCODE CARDS***/
   
/*HOME PAGE ----> CARDS SECTION*/
	
	div.wp-block-group.has-white-background-color.has-background.has-global-padding.is-layout-constrained.wp-container-core-group-is-layout-1f708cb5.wp-block-group-is-layout-constrained{
		
		/*Second Group "Last Child" on Home page*/
		div.wp-block-group.has-global-padding.is-layout-constrained.wp-block-group-is-layout-constrained:last-child{
			
			margin-top:0;
			
			/*1st, 2nd & 3rd row cards*/
			div.wp-block-jetpack-layout-grid.column1-desktop-grid__span-6.column1-desktop-grid__row-1.column2-desktop-grid__span-6.column2-desktop-grid__start-7.column2-desktop-grid__row-1.column1-tablet-grid__span-4.column1-tablet-grid__row-1.column2-tablet-grid__span-4.column2-tablet-grid__start-5.column2-tablet-grid__row-1.column1-mobile-grid__span-4.column1-mobile-grid__row-1.column2-mobile-grid__span-4.column2-mobile-grid__row-2.wp-block-jetpack-layout-gutter__nowrap.wp-block-jetpack-layout-gutter__medium{
			
                section.latest-post-selection.two-columns.as-column.has-shadow.content-center.light.has-image-ratio.ver2{ 

                    /*Remove excerpt from shortcode card on HomePage*/
                    div.article__text.item-text p{
                        display:none;
                    }
                    
                    /*Article Image*/
                    figure.article__image{
                        max-width: 25%;
                        display: grid;
                        position: relative;
                        left: 70%;
                        bottom: -10%;
                        max-height:100%;
                        margin-top:5px;
                        aspect-ratio:1/1;
                    }      
                    
                    /*Article info size*/
                    div.article__info{
                        max-width:70%;			
                    }
                        
                    /*Category taxonomy*/
                    div.article__terms-wrap.category.one-term.no-label.lps-taxonomy-wrap{
                        position:absolute;
                        top:10px;
                        padding-bottom:10px;
                    }
                        
                    /*Title*/
                    h2.article__title.item-title-tag{
                        position:absolute;
                        top: 40px;
                        text-wrap:balace;
                        max-width:70%;
                    }
                        
                    /*Date*/
                    em.article__date.item-date{
                        position:absolute;
                        top: 115px !important;
                        z-index:2 !important;
                    }

                    /*Author name*/
                    div.article__author-wrap.lps-author-wrap{
                        position:absolute;
                        top:65px !important;
                        z-index:1 !important;
                    }
                }    
		    }
			
			/*2nd Card row*/
			div.wp-block-jetpack-layout-grid.column1-desktop-grid__span-6.column1-desktop-grid__row-1.column2-desktop-grid__span-6.column2-desktop-grid__start-7.column2-desktop-grid__row-1.column1-tablet-grid__span-4.column1-tablet-grid__row-1.column2-tablet-grid__span-4.column2-tablet-grid__start-5.column2-tablet-grid__row-1.column1-mobile-grid__span-4.column1-mobile-grid__row-1.column2-mobile-grid__span-4.column2-mobile-grid__row-2.wp-block-jetpack-layout-gutter__nowrap.wp-block-jetpack-layout-gutter__medium:nth-child(2){
				margin-top:-8px !important;
}
			/*3rd Card row*/
			div.wp-block-jetpack-layout-grid.column1-desktop-grid__span-6.column1-desktop-grid__row-1.column2-desktop-grid__span-6.column2-desktop-grid__start-7.column2-desktop-grid__row-1.column1-tablet-grid__span-4.column1-tablet-grid__row-1.column2-tablet-grid__span-4.column2-tablet-grid__start-5.column2-tablet-grid__row-1.column1-mobile-grid__span-4.column1-mobile-grid__row-1.column2-mobile-grid__span-4.column2-mobile-grid__row-2.wp-block-jetpack-layout-gutter__nowrap.wp-block-jetpack-layout-gutter__medium:last-child{
				margin-top:16px !important;
			}
			
		}/*Close Home page Last Child*/
	}
	
	
	/*ARTICLE, MESSAGES & PODCAST PAGES ----> CARDS SECTION*/
	div.entry-content.alignwide.wp-block-post-content.is-layout-flow.wp-container-core-post-content-is-layout-e67fe918.wp-block-post-content-is-layout-flow{
            
            /*reduce Margin on "Recent"*/
        div.lps-block__intro{
            margin-bottom:0;
        }
            /*Hide Excerpt*/
            div.article__text.item-text p{
                display:none;
            }
                    
        /*Article Image*/
            figure.article__image{
            max-width: 25%;
            display: grid;
            position: relative;
            left: 70%;
            bottom: -10%;
            max-height:100%;
            margin-top:5px;
            aspect-ratio:1/1;
        }
        /*Category taxonomy*/
        div.article__terms-wrap.category.one-term.no-label.lps-taxonomy-wrap{

            position:absolute;
            top:10px;
            padding-bottom:10px;
        }

        /*Title*/
        h2.article__title.item-title-tag{
            position:absolute;
            top: 40px;
            text-wrap:balace;
            max-width:70%;
        }

        /*Date*/
        em.article__date.item-date{
            position:absolute;
            top: 110px;
            z-index:2;
        }
                    
        /*Author name*/
        div.article__author-wrap.lps-author-wrap{
            position:absolute;
            top:90px;
            z-index:1;
		}
	}
		
	/*First Row Specific Styling*/
	div.wp-block-jetpack-layout-grid.column1-desktop-grid__span-8.column1-desktop-grid__row-1.column2-desktop-grid__span-4.column2-desktop-grid__start-9.column2-desktop-grid__row-1.column1-tablet-grid__span-4.column1-tablet-grid__row-1.column2-tablet-grid__span-4.column2-tablet-grid__start-5.column2-tablet-grid__row-1.column1-mobile-grid__span-4.column1-mobile-grid__row-1.column2-mobile-grid__span-4.column2-mobile-grid__row-2.wp-block-jetpack-layout-gutter__nowrap{
		
        /*Author name*/
		div.article__author-wrap.lps-author-wrap{
			top:87px !important;
		}
		
        /*Date*/
		em.article__date.item-date{
			top: 105px !important;
		}
	}
		
    
    /****"Recent More" Section****/
    div.wp-block-jetpack-layout-grid.column1-desktop-grid__span-3.column1-desktop-grid__row-1.column2-desktop-grid__span-3.column2-desktop-grid__start-4.column2-desktop-grid__row-1.column3-desktop-grid__span-3.column3-desktop-grid__start-7.column3-desktop-grid__row-1.column4-desktop-grid__span-3.column4-desktop-grid__start-10.column4-desktop-grid__row-1.column1-tablet-grid__span-4.column1-tablet-grid__row-1.column2-tablet-grid__span-4.column2-tablet-grid__start-5.column2-tablet-grid__row-1.column3-tablet-grid__span-4.column3-tablet-grid__row-2.column4-tablet-grid__span-4.column4-tablet-grid__start-5.column4-tablet-grid__row-2.column1-mobile-grid__span-4.column1-mobile-grid__row-1.column2-mobile-grid__span-4.column2-mobile-grid__row-2.column3-mobile-grid__span-4.column3-mobile-grid__row-3.column4-mobile-grid__span-4.column4-mobile-grid__row-4.wp-block-jetpack-layout-gutter__nowrap.are-vertically-aligned-center.wp-block-jetpack-layout-gutter__none{
		      
	    display:flex;
	    margin-top:5px;
		      
        /*Recent CSS*/
	    div.wp-block-jetpack-layout-grid-column.wp-block-jetpack-layout-grid__padding-none.is-vertically-aligned-center{
			      
	        padding-left:12px;
			          
	        p{
	            font-size:95% !important;
	        }
		          
	    /*Move More*/
	    div.post-navigation-link-next.has-text-align-right.wp-block-post-navigation-link.has-small-font-size{
	        /*margin-left:245px;*/
	        }
	    }	
    }/*Close "Recent + More Section" */
	      
	
    /*New resource section*/
    div.wp-block-jetpack-layout-grid.column1-desktop-grid__span-5.column1-desktop-grid__start-2.column1-desktop-grid__row-1.column2-desktop-grid__span-2.column2-desktop-grid__start-7.column2-desktop-grid__row-1.column1-tablet-grid__span-4.column1-tablet-grid__row-1.column2-tablet-grid__span-4.column2-tablet-grid__start-5.column2-tablet-grid__row-1.column1-mobile-grid__span-4.column1-mobile-grid__row-1.column2-mobile-grid__span-4.column2-mobile-grid__row-2.wp-block-jetpack-layout-gutter__nowrap{
          
        display:none;
    }/*Close New Resource Section*/
	      
    /*****Footer Section*****/
    div.wp-block-jetpack-layout-grid.column1-desktop-grid__span-1.column1-desktop-grid__row-1.column2-desktop-grid__span-4.column2-desktop-grid__start-2.column2-desktop-grid__row-1.column3-desktop-grid__span-3.column3-desktop-grid__start-6.column3-desktop-grid__row-1.column4-desktop-grid__span-4.column4-desktop-grid__start-9.column4-desktop-grid__row-1.column1-tablet-grid__span-4.column1-tablet-grid__row-1.column2-tablet-grid__span-4.column2-tablet-grid__start-5.column2-tablet-grid__row-1.column3-tablet-grid__span-4.column3-tablet-grid__row-2.column4-tablet-grid__span-4.column4-tablet-grid__start-5.column4-tablet-grid__row-2.column1-mobile-grid__span-4.column1-mobile-grid__row-1.column2-mobile-grid__span-4.column2-mobile-grid__row-2.column3-mobile-grid__span-4.column3-mobile-grid__row-3.column4-mobile-grid__span-4.column4-mobile-grid__row-4.wp-block-jetpack-layout-gutter__nowrap.are-vertically-aligned-center.wp-block-jetpack-layout-gutter__medium{

        margin-bottom:10%;
		      
        div.wp-block-jetpack-layout-grid-column.wp-block-jetpack-layout-grid__padding-none.is-vertically-aligned-center:nth-child(1){
              
            position: absolute;
            left: 3%;
	        top:17%;
	        transform:scale(1.3);
	    }
		      
        div.wp-block-jetpack-layout-grid-column.wp-block-jetpack-layout-grid__padding-none.is-vertically-aligned-center:nth-child(2){
	        position: absolute;
	        left:27%;
	        top:11%;
		      
	        p.has-text-align-left.is-footer-opening-hours{		
	          font-size:90% !important;
	          }
	      }
          div.wp-block-jetpack-layout-grid-column.wp-block-jetpack-layout-grid__padding-none.is-vertically-aligned-center:nth-child(4){
            position:absolute;
            left:5%;
            top:53%;
            width:-webkit-fill-available;
            padding-right:5%;
	      }	
    }/*Close Footer Section*/
	
	/*ARTICLE PAGE*/
	div.wp-block-group.has-global-padding.is-layout-constrained.wp-block-group-is-layout-constrained {
		
		figure.wp-block-post-featured-image{
			width: inherit !important;
		}
	}	
	/*Reduce General padding*/
	div.wp-block-group.has-white-background-color.has-background.has-global-padding.is-layout-constrained.wp-block-group-is-layout-constrained{
		padding:12px;
	}
	
	/*Article Page Padding*/
	div.wp-block-column.is-layout-flow.wp-block-column-is-layout-flow{
		padding-right: inherit !important;
	}
	
	/*Hide Search Bar*/
	form.wp-block-search__button-inside.wp-block-search__icon-button.aligncenter.wp-block-search {
		display:none;
	}

	/*ALL RESOURCE PAGE*/
	div.wp-block-gutena-tabs.gutena-tabs-block.gutena-tabs-block-d99d94-76{
		div.wp-block-gutena-tab.gutena-tab-block.gutena-tab-block-911d8a-70.active{
			padding-left: inherit;
    	    padding-right: inherit;
		}
		
		div.wp-block-jetpack-layout-grid.column1-desktop-grid__span-8.column1-desktop-grid__start-3.column1-desktop-grid__row-1.column1-tablet-grid__span-8.column1-tablet-grid__row-1.column1-mobile-grid__span-4.column1-mobile-grid__row-1{
			padding: inherit;
		}
	}
	
/**ARTICLE PAGE --- Horizontal Cards***/
	
div.wp-block-jetpack-layout-grid.column1-desktop-grid__span-8.column1-desktop-grid__row-1.column2-desktop-grid__span-4.column2-desktop-grid__start-9.column2-desktop-grid__row-1.column1-tablet-grid__span-4.column1-tablet-grid__row-1.column2-tablet-grid__span-4.column2-tablet-grid__start-5.column2-tablet-grid__row-1.column1-mobile-grid__span-4.column1-mobile-grid__row-1.column2-mobile-grid__span-4.column2-mobile-grid__row-2.wp-block-jetpack-layout-gutter__nowrap{
		
	section.latest-post-selection.one-column.h-image-info.has-shadow.content-center.light.has-stacked.has-image-ratio.ver2{
		
        /*Article div*/
        div.article__info{
			max-width: 70%;
    		margin-top: -60px;
			padding-bottom:70px
		}

        /*Title*/
		h2.article__title.item-title-tag{
			position:absolute;
			top:40px;
			text-wrap:balance;
		}

		/*Date*/
		em.article__date.item-date{
			position:absolute;
			bottom: 1px !important;
			padding-bottom:3px !important;
		}

		/**Author name**/
		div.article__author-wrap.lps-author-wrap{
			position:absolute !important;
			bottom:23px !important;
		}
	}
		
	section.latest-post-selection.one-column.as-column.has-shadow.content-center.light.has-image-ratio.ver2{
		div.article__info{
			max-width: 70%;
    		margin-top: -60px;
			padding-bottom:70px
		}
			
        h2.article__title.item-title-tag{
			position:absolute;
			top:40px !important;
			text-wrap:balance;
		}
			
		em.article__date.item-date{
			position:absolute;
			bottom: 1px !important;
			padding-bottom:3px !important;
		}
			
		div.article__author-wrap.lps-author-wrap{
			position:absolute;
			bottom:19px !important;
		}
			
	}
}
	
/*ARTICLE PAGE --> Lower Cards*/
	
/*Moving "Recent"*/
div.latest-selected-content.lps-block.alignwide.wp-block-latest-post-shortcode-lps-block{
	
    div.lps-block__intro{
		padding-left:13px;
	}
}
	
/***MESSAGE + PODCAST PAGE***/
div.wp-block-group.has-white-background-color.has-background.has-global-padding.is-layout-constrained.wp-block-group-is-layout-constrained{

	h2.has-text-align-center.wp-block-post-title{
		padding-top:25px;
		font-size:27px;
	}
		
div.wp-block-jetpack-layout-grid.column1-desktop-grid__span-6.column1-desktop-grid__row-1.column2-desktop-grid__span-6.column2-desktop-grid__start-7.column2-desktop-grid__row-1.column1-tablet-grid__span-4.column1-tablet-grid__row-1.column2-tablet-grid__span-4.column2-tablet-grid__start-5.column2-tablet-grid__row-1.column1-mobile-grid__span-4.column1-mobile-grid__row-1.column2-mobile-grid__span-4.column2-mobile-grid__row-2.wp-block-jetpack-layout-gutter__small{
	display:flex;
		justify-content: center;
	} 
}
	
	
	/*Added after*/
	/*Horizontal Cards*/
	div.entry-content.alignwide.wp-block-post-content.is-layout-flow.wp-container-core-post-content-is-layout-e67fe918.wp-block-post-content-is-layout-flow {
    & div.wp-block-group.has-global-padding.is-layout-constrained.wp-block-group-is-layout-constrained:last-child {
        & section.latest-post-selection.one-column.h-image-info.has-shadow.content-center.light.has-image-ratio.ver2 {
					
					h2.article__title.item-title-tag 
					{
						position: absolute;
						top: 35px !important;
					}
					
					article{
						max-height: 100% !important;
					}
            em.article__date.item-date {
							position:absolute;
							top:115px !important;}
					div.article__author-wrap.lps-author-wrap {
						position:absolute;
						top:95px;}
					
            }
        }
 }
	
	/*** Second Row on ARTICLE Page ****/
	div.entry-content.alignwide.wp-block-post-content.is-layout-flow.wp-container-core-post-content-is-layout-e67fe918.wp-block-post-content-is-layout-flow {
        div.article__author-wrap.lps-author-wrap {
            position: absolute;
            top: 60px;
            z-index: 1;
        }
		
				h2.article__title.item-title-tag {
            position: absolute;
            top: 30px;
            max-width: 70%;
        }
    }
	div.wp-block-button.has-custom-width.wp-block-button__width-25{
		width:35%;
	}
	
	/*Contact Us Page*/
	div.wp-block-jetpack-layout-grid.column1-desktop-grid__span-2.column1-desktop-grid__row-1.column2-desktop-grid__span-8.column2-desktop-grid__start-3.column2-desktop-grid__row-1.column3-desktop-grid__span-2.column3-desktop-grid__start-11.column3-desktop-grid__row-1.column1-tablet-grid__span-4.column1-tablet-grid__row-1.column2-tablet-grid__span-4.column2-tablet-grid__start-5.column2-tablet-grid__row-1.column3-tablet-grid__span-8.column3-tablet-grid__row-2.column1-mobile-grid__span-4.column1-mobile-grid__row-1.column2-mobile-grid__span-4.column2-mobile-grid__row-2.column3-mobile-grid__span-4.column3-mobile-grid__row-3{
		
		margin-top:0;
		
		h2.wp-block-heading{
			margin:0;
		}
		
		div.wp-block-group.alignwide.is-layout-flow.wp-block-group-is-layout-flow{
			padding-top:0;
			padding-bottom:0;
		}
	}
	
	/***PULL QUOTE Styling ***/
	figure.wp-block-pullquote{
	width: 85% !important;
		margin-bottom:15px;
		float: none;
}
	
	/***GRAVATAR CARD styling***/
	div.saboxplugin-wrap {
		
		 padding-bottom:20px;
		
		div.saboxplugin-gravatar{
			float: left;
		}
		
		div.saboxplugin-desc{
			position: absolute;
    	top: 15px;
    	width: 80%;
    	left: 65px;
			text-align:left;
		}
	}

} /*End of SMALL MEDIA < 767px*/
			
/*
|||||
||||
|||
||
|
   ****** END OF SMALL MEDIA < 767px ******
|
||
|||
||||
|||||
|*/

/*
|||||
||||
|||
||
|
   ****** DESKTOP MEDIA > 767px ******
|
||
|||
||||
|||||
|*/

html, body{
	overflow-x:hidden;
	width:100%;
}

/*** Site Wide Typography Styling*/

/*H1 CSS*/
	h1.wp-block-heading {
		font-size:60px !important;
	}

	/*H2 CSS*/
	h2.wp-block-heading {
		font-size:27px !important;
	}

	/*All Paragraph CSS*/
	p, li {
		font-size:18px !important;
		letter-spacing:normal !important;
		line-height:32.4px !important;
	}

/***PULL QUOTE Styling --- Site Wide***/
figure.wp-block-pullquote em, blockquote p{
	font-size:24px !important;
}


/*Other site Wide Styling*/
div.wp-block-group.has-white-background-color.has-background.has-global-padding.is-layout-constrained.wp-container-core-group-is-layout-1f708cb5.wp-block-group-is-layout-constrained{
	
	/*On all Post Cards*/
	div.latest-selected-content.lps-block.wp-block-latest-post-shortcode-lps-block{
	
	/*Remove time from date */	
	em.article__date.item-date i{
		display:none;
		}
	}
}/*End of body - Site Wide Styling*/


/***--- BODY GROUP Styling---***/
div.entry-content.alignwide.wp-block-post-content.is-layout-flow.wp-container-core-post-content-is-layout-e67fe918.wp-block-post-content-is-layout-flow{

	/*First Group*/
	div.wp-block-group.has-global-padding.is-layout-constrained.wp-block-group-is-layout-constrained:first-child{
		padding-top: 30px;
		
		/*Move entry wrapper down*/
		div.entry-wrapper{
			margin-top:65px;
			
			/*Remove prefix "by" from enty meta before author byline*/
			span.author-prefix{
				display:none;
			}
			/* Make author name unclickable*/
			span.author.vcard{
				pointer-events: none;
				cursor: default; 
			}

			/* Make category unclickable*/
			div.cat-links a{
				pointer-events: none;
				cursor: default; 
				font-size:1.4em;
			}
		}/*End of Entry wrapper*/
		
	}/*End of First group*/
	
	/***Second Group***/
		div.wp-block-group.has-global-padding.is-layout-constrained.wp-block-group-is-layout-constrained:last-child{
			margin-top: 0px;
			
	/*Category taxonomy*/
span.article__terms.category.lps-terms{
		font-size:12px !important;
	}

	/*Title*/
	a.article__link.main-link{
		font-size:16px !important;
	}
	/*Date*/
	em.article__date.item-date{
		font-size:12px !important;
	}
	
	/*Excerpt*/
	div.article__text.item-text p{
		font-size:13px !important;
		line-height:1.7 !important;
	}
			
	/*Author*/
	div.article__author-wrap.lps-author-wrap{
		font-size:14px !important;
		}
			
			/*Site Wide Vertical Cards Styling*/
		section.latest-post-selection.two-columns.as-column.has-shadow.content-center.light.has-image-ratio.ver2, section.latest-post-selection.four-columns.as-column.has-shadow.content-center.light.has-image-ratio.ver2, section.latest-post-selection.one-column.as-column.has-shadow.content-center.light.has-image-ratio.ver2{
		
		/*Category taxonomy Placing on Vertical cards*/
		div.article__terms-wrap.category.one-term.no-label.lps-taxonomy-wrap{
			position: absolute;
    		top: 10px;
    		color: white;
    		padding: 0 5px 0 5px;
    		background-color: rgba(0, 0, 0, 0.4);
				padding-bottom: 0px !important;
		}
		
		/*---Article padding on Vertical Cards---*/
		div.article__author-wrap.lps-author-wrap{
			padding-top:30px;
			}
		}/*End of Vertical Cards*/
			
	/*---Site Wide Horizontal Cards Styling---*/
			section.latest-post-selection.one-column.h-image-info.has-shadow.content-center.light.has-image-ratio.ver2 {
		
		/*Horizontal-image-info Card height*/
		article
		{
			max-height:89%;
		}
	
		/*Author*/	
		div.article__author-wrap.lps-author-wrap
		{
			position:absolute;
			bottom:12px;
		}

		/*Excerpt*/
		div.article__text.item-text
		{
			position:absolute;
			top:105px;
			padding:20px 10px 0 0;
		}
	
		/*Category*/
		div.article__terms-wrap.category.one-term.no-label.lps-taxonomy-wrap
		{
			position:absolute;
			top:15px;
		}
	
		/*Title*/
		h2.article__title.item-title-tag 
		{
			position:absolute;
			top:45px;
			text-wrap:balance;
		}

		/*Date*/
		em.article__date.item-date
		{
			position:absolute;
			top:85px;
		}
}/*End of Horizontal Cards Styling*/
			
			
	}/*End of Last child styling*/
		
}/*End Home Page Body*/

/***"Article by Author" wrap on Individual Article Posts***/
div.wp-block-group.alignwide.is-content-justification-left.is-layout-flex.wp-container-core-group-is-layout-8ad59622.wp-block-group-is-layout-flex{
	p{
		margin-right:-20px !important;
		margin-left:-20px !important;
		font-weight:600;
		font-size:16px !important;
	}/*Removing space*/

	a{
		pointer-events: none;
		cursor: default; 
		font-weight:600;
		font-size:16px; 
		color:#000 !important;
	}/*Author font attr*/

 	div.wp-block-post-author-name{
		font-size:16px !important;
		}
}/*Individual Article Styling*/

/*Making CATEGORY TAXONOMY unclickable - Site wide*/
div.taxonomy-category.has-text-align-right.wp-block-post-terms a{
	pointer-events: none;
  cursor: default;
  color: black;
}

/***GRAVATAR CARD styling --- Site Wide***/
div.saboxplugin-wrap {
	  /*remove borders*/
		border-left: none;
  		border-right: none;
  		border-bottom: none;
  		
    /*no author name*/
	  div.saboxplugin-authorname a.vcard.author
	  {
		  display:none;
	  }

	  /*Author thumbnail styling*/
	  img.avatar.avatar-100.photo.wp-hovercard-attachment.grav-hashed.grav-hijack
	  {
		  max-width:62px;
		  border-radius:50%;
	  }
}/*End of Gravatar Styling*/

/*Remove 10px top and bottom padding from message & podcast videos*/
main#wp--skip-link--target.wp-block-group.is-layout-flow.wp-block-group-is-layout-flow{
	padding:0;
}


/**FOOTER -- Site Wide**/
footer.wp-block-template-part{
	
		/*Top footer*/
div.wp-block-group.is-content-justification-right.is-nowrap.is-layout-flex.wp-container-core-group-is-layout-17124a9a.wp-block-group-is-layout-flex{
	
			/*Multiple element styling*/
			p, label, input, button{
		font-size:75% !important;
			}
		}/*End of top footer*/
	
	/*Lower Footer*/
	div.wp-block-group.alignfull.has-contrast-color.has-white-background-color.has-text-color.has-background.has-global-padding.is-layout-constrained.wp-container-core-group-is-layout-e53cb29a.wp-block-group-is-layout-constrained{
		p{
			font-size:85% !important;
		}
	}
	
}/*End of FOOTER Styling*/

/*
	|||||
	||||
	|||
	||
	|
	********* END OF DESKTOP SCREENS STYLING **********
	|
	||
	|||
	||||
	|||||
*/



