

/* increase logo container / 14093078-hc bk */ 
.site-logo-wrapper { 
	width: 65%; 
} 

/* hide original logo / 14093078-hc bk */ 
.site-logo { 
	visibility: hidden; 
} 

/* replace logo and change size / 14093078-hc bk */ 
.site-logo-wrapper a { 
	display: block; 
	background: url('https://soulofaseeker.com/wp-content/uploads/2020/11/Site-Logo-and-Name-11.29.20-e1606699201903.jpg') center no-repeat; 
	background-size: contain; 
	height: 500px; margin: -70px 0px;}

/* change logo size on mobile only / 14093078-hc bk */ 

@media (max-width: 768px) {
	.site-logo-wrapper a { 
		height: 300px; 
	} 
}




/* Change color for gallery caption links | 2583670-zen bc */
figcaption.blocks-gallery-item__caption a {
  color: #fff;
}

figcaption.blocks-gallery-item__caption a:hover {
  text-decoration: underline;
}

/*center align all latest posts lists using Latest Post Block / 2583670z*/
.wp-block-latest-posts.wp-block-latest-posts__list {
    text-align: center;
}

/* Hide "Home Page" title on homepage | 17603839-hc */
.home .entry-header-wrapper {
	display: none;
}

.wp-block-columns.greycolumn .wp-block-column {
    background: #eee;
}

/* change all button appearance | #XXXXXX-zen eD */
.wp-block-button a.wp-block-button__link,
.wp-block-button[class*="is-style"] a.wp-block-button__link {
    padding: 20px 40px;
    font-size: 1.2em;
    border-radius: 30px;
    background: linear-gradient(45deg, #dbdbdb 1%,#7ca8c9 100%);
    border: 0;
    color: #ffffff !important;
    -webkit-appearance: unset;
}

a.wp-block-button__link:hover {
		opacity: 0.8;
}

/* Limit max-width of images with caption MRFX-HC-19480343 */
#main .entry-content .wp-caption {
  border:none;
  width:100%;
  max-width:730px;
}

/*Submenu current page color | 19497942-hc sb*/
@media (min-width: 768px){
  .sf-menu > li li.current_page_item > a, 
  .sf-menu > li li.current-menu-item > a, 
  .sf-menu > li li.current_page_ancestor > a, 
  .sf-menu > li li.current-menu-ancestor > a, 
  .sf-menu > li li.current-menu-parent > a {
    color: #2b70b4
  }
}

/*Newspack Homepage Articles link styles | 19497942-hc sb*/
.wp-block-newspack-blocks-homepage-articles article .entry-title a:hover{
  color: #2b70b4;
  text-decoration: none;
}

/* Latest posts block links & excerpts / 19497942-HC (MI) */
.wp-block-latest-posts > li > a {
    color: #000;
}
.wp-block-latest-posts > li:hover a,
.wp-block-latest-posts > li:hover {
    color: #2b70b4;
}

/* Contain Media and Text Blocks in Content Area | kb-19526593-hc */
.has-full-width .entry-content > .alignwide, .has-no-sidebar .entry-content > .alignwide {
  max-width: 760px;
  margin: 0 auto;
}

/* Style Links Site-wide | 19526593-hc */
.entry-content a,
.entry-title a,
p:not(.has-background-background-color) a {
  color: #2b70b4;  
}
.entry-content a:hover,
.wp-block-newspack-blocks-homepage-articles article .entry-title a:hover  {
  color: #2b70b4;  
}

/* adjust social icons color | KEL 19834145-hc */
.wp-social-link svg {
    color: #FFFFFF;
}

/* center align inline images | 25158671-hc bsan */
.entry-content p > img{
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* make site content wider (reduce margins) | 25159129-HC | GM */
.container {
	max-width: 80%;
}
.has-no-sidebar .site-content {
	width: 90%;
}

/* replace site credit with copyright text | 25159129-HC | GM */
.site-info .credits {
	visibility: hidden;
}

.site-info .credits:before {
	visibility: visible;
	display: block;
	content: "COPYRIGHT © 2010 SOUL OF A SEEKER. ALL RIGHTS RESERVED. UNAUTHORIZED USE/DUPLICATION OF MATERIAL WITHOUT PERMISSION FROM THE SITE’S OWNERS ARE PROHIBITED.";
}

/* hide Instagram logo in social media footer widget | 25735757-hc */
.sbi_header_img, .sbi_header_text {
	display: none;
}

/* hide Instagram text in social media footer widget | 25735757-hc */
.sbi_header_img, .sbi_header_text {
	display: none;
}

/* align striped table headers and data to the center of their columns | 25735757-hc */
.wp-block-table.is-style-stripes td, .wp-block-table.is-style-stripes th {
	text-align: center;
}

/* Add custom classes to remove top and bottom margins from any element | 25925544-hc kf */
.no-margin-bottom {
    margin-bottom: 0px!important;
}
.no-margin-top {
    margin-top: 0px!important;
}

/* remove bottom margin on unordered lists inside existing lists | 26174117-HC | GM */
li > ul {
	margin-bottom: 0;
}

/* Reduce padding in site header below the logo | #27698812-hc (KN) */ .site-header { padding: 0.1rem; }

/* fix image block top and bottom margin | 27743839-hc eD */
.entry-content > .wp-block-image {
	margin-top: 1.75em;
	margin-bottom: 1.75em;
}

/* remove margin beneath tiled gallery that is followed by an image block with no top margin | 27743839-hc eD */
.entry-content > .wp-block-jetpack-tiled-gallery + .wp-block-image.mt-0 {
	margin-top: -1.5em !important;
}

/* Make link text blue on group blocks with background color / 28072108-hc NS */
.has-background:not(.has-background-background-color) a{
  color: #2b70b4;
}

/* Featured slider overlay / 30278065-HC (MI) */

.featured-content-wrapper .entry-content-featured-content {
  background: rgba(255,255,255,0.8);
}

.featured-content-wrapper .entry-title-featured-content a, 
.featured-content-wrapper .entry-title-featured-content a:visited {
  color: #000;
}

.featured-content-wrapper .entry-title-featured-content a:hover,
.featured-content-wrapper .entry-title-featured-content a:focus,
.featured-content-wrapper .entry-title-featured-content a:active {
  color: #2972b1;
}

/* Add enlarge image hover effect | 4137211-zen EH */
.wp-block-newspack-blocks-homepage-articles article .post-thumbnail img:hover {
    transform: scale(1.1);
}
.wp-block-newspack-blocks-homepage-articles article .post-thumbnail img {
    overflow: hidden;
    transition: all 0.2s ease-out 0s;
}

/* start increase size of post thumbnails on archive views 30638957-hc */
.archive .post-thumbnail img:hover {
    transform: scale(1.1);
}

.archive .post-thumbnail img {
    overflow: hidden;
    transition: all 0.2s ease-out 0s;
}
/* end increase size of post thumbnails on archive views */

/* set opacity of post thumbnails when hovered 30638957-hc */
.img-featured:hover,
.img-postlist:hover {
    opacity: 1;
}

/* Add enlarge slider hover effect | 4137211-zen EM */
.owl-carousel.owl-theme.owl-loaded:hover {
    transform: scale(1.05);
}

.owl-carousel.owl-theme.owl-loaded:hover {
    overflow: hidden;
    transition: all 0.2s ease-out 0s;
}

/* Add zoom effect on YouTube channel image | 4165469-zen (DL) */
article.post-26014 img.wp-image-27480:hover,
article.post-26133 img.wp-image-27480:hover {
    transform: scale(1.05);
}
article.post-26014 img.wp-image-27480,
article.post-26133 img.wp-image-27480 {
    transition: all 0.2s ease-out 0s;   
}

/* Indent paragraph blocks with the test indent. | hc3861823 (pax) */
.indent {
    text-indent: 20px;
}

/* Add border to timeline block on post #40442 | #6464148-zen */
.post-40442 .wp-block-group .wp-block-group__inner-container {
    border: 2px black solid;
    padding: 30px;
}