/*
Theme Name:     Hello Niche
Theme URI:      https://helloniche.co
Template:       kadence
Author:         Helloyoudesigns.com
Author URI:     https://helloyoudesigns.com
Description:    Capture your readers attention with this beautiful, feminine Kadence child theme. Perfect for the coach, service provider or entrepreneur.
Version:        1_0_0
License:        GNU General Public License v3.0 (or later)
License URI:    https://www.gnu.org/licenses/gpl-3.0.html
*/

@font-face {
    font-family: 'Bayshore';
    src: url('fonts/Bayshore.woff2') format('woff2'),
        url('fonts/Bayshore.woff') format('woff'),
		url('fonts/Bayshore.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
	text-rendering: optimizeLegibility;
	font-display: swap;
}

.home .kadence-sticky-header.item-is-fixed.item-at-start .header-social-wrap .header-social-inner-wrap .social-button {
	color: #fff;
}

.blogroll .loop-entry:nth-child(2),
.blogroll .loop-entry:nth-child(5),
.blogroll .loop-entry:nth-child(8),
.blogroll .loop-entry:nth-child(11) {
    margin-top: -15%;
    margin-bottom: 15%;
}

.custom-search.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper,
.custom-search.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper {
  border: 1px solid var(--global-palette7)!important;
  border-color: var(--global-palette7)!important;
}

.custom-search.wp-block-search .wp-block-search__button {
    border-color: transparent!important;
}

a img {
margin-bottom: 0;
}

.img-border img {
border: 12px solid #fff;
}

.entry-related-carousel h3.entry-title {
font-size: 24px;
text-align: center;
}

.loop-entry.type-post h2.entry-title,
.loop-entry.type-post .entry-taxonomies,
.loop-entry .entry-header .entry-title,
.woocommerce ul.products li.product .product-details .woocommerce-loop-product__title,
.more-link-wrap,
.woocommerce ul.products li.product .product-details .price,
.site-middle-footer-inner-wrap .widget_nav_menu {
text-align: center;
}

p.woo-archive {
	text-align: center;
}

a.post-more-link {
font-size: 11px;
font-weight: normal;
border: 1px solid var(--global-palette5);
background: var(--global-palette5);
padding: 10px 20px;
color: #fff;
}

a.post-more-link:hover {
border: 1px solid var(--global-palette6);
background: var(--global-palette6);
padding: 10px 20px;
color: #fff;
}

.more-link-wrap {
    margin-top: 30px !important;
}

.loop-entry .entry-content-wrap {
    padding: 1em 1em 3em;
}

.entry-author-style-center .entry-author-avatar::before,
.entry-author-style-center .entry-author-avatar::after {
background: var(--global-palette7);
}

.entry-author-style-center {
border-bottom: 1px solid var(--global-palette7);
}

.entry-author-name a {
font-family: var(--global-heading-font-family);
font-weight: normal!important;
letter-spacing: .01em;
font-size: 150%;
}

.entry-author-profile p.entry-author-occupation {
font-size: 70%;
font-weight: 500;
letter-spacing: .1em;
}

.entry-author a.social-button {
border-radius: 100%;
color: #fff;
background: var(--global-palette6);
border: 1px solid var(--global-palette6);
}

.entry-author a.social-button:hover {
color: var(--global-palette6);
background: #fff;
border: 1px solid var(--global-palette6);
}

.blogmenu li {
display: inline;
padding: 5px 8px;
}

.blogmenu a {
color: var(--global-palette4);
text-decoration: none;
text-transform: uppercase;
font-size: 12px;
letter-spacing: .2em;
font-weight: 500;
}

.blogmenu a:hover {
color: var(--global-palette6);
}

.wp-block-categories-list.blogmenu.wp-block-categories{
  padding-left: 0!important;
  text-align: center;
}

.blogsearch .wp-block-search .wp-block-search__input {
border: none;
background-color: rgba(251,251,251,.33) !important;
}

.blogsearch .wp-block-search .wp-block-search__button {
border: none;
}

.pagination .page-numbers {
border-radius: 0!important;
}

.loop-entry.type-post .entry-taxonomies a {
  font-weight: normal!important;
}

.site-bottom-footer-wrap.site-footer-row-layout-fullwidth .site-container,
.site-middle-footer-wrap.site-footer-row-layout-fullwidth .site-container {
padding-left: 0 !important;
padding-right: 0 !important;
}

.site-middle-footer-wrap.site-footer-row-layout-fullwidth p {
margin: 0;
}

h2 em,
h3 em,
h4 em{
font-family: 'Bayshore';
-webkit-font-smoothing: antialiased;
word-spacing: normal;
vertical-align: middle;
	font-size: 5rem;
	letter-spacing: 0px;
}

.fd-focus-visible-applied {
padding: 0 !important;
}

.fd-form-content {
position: relative;
max-width: 380px;
}

.fd-form-control {
border: none !important;
border-radius: 0 !important;
background: rgba(251,251,251,.5) !important;
width: 275px!important;
}

.fd-form-group {
margin: 8px auto!important;
}

.fd-form-label,
.fd-form-control {
color: #222 !important;
font-family: var(--global-primary-nav-font-family) !important;
text-transform: uppercase!important;
letter-spacing: .3em!important;
font-size: 12px!important;
padding: 10px 20px!important;
}

.fd-form-control::placeholder {
color: #222 !important;
}

.fd-btn {
position: absolute;
-webkit-transform: rotate(-90deg);
transform: rotate(-90deg);
white-space: nowrap;
top: 55px !important;
font-size: 14px !important;
width: 155px !important;
padding: 10px 0 !important;
right: 0 !important;
font-family: var(--global-primary-nav-font-family) !important;
background: var(--global-palette5) !important;
border: 1px solid var(--global-palette5) !important;
}

.fd-btn:hover {
background: var(--global-palette1)!important;
border: 1px solid var(--global-palette1)!important;
}

.fd-form-success {
display: none;
}

.menu-item-description {
display: block;
font-size: 10px;
text-align: center;
font-family: 'Baskervville', serif !important;
font-style: italic;
font-weight: normal;
letter-spacing: .1em;
text-transform: none;
margin-bottom: -5px;
}

.header-navigation .menu {
text-align: center;
}

.site-footer-top-section-1 h2 {
text-transform: none!important;
}

.widget.widget_nav_menu {
clear: both;
display: block!important;
}

.angel {
    position: relative;
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    -o-transform: rotate(3deg);
}

@media all and (max-width:640px) {
.arrowimg {
display: none;
}

#sb_instagram.sbi_col_3 #sbi_images .sbi_item,
#sb_instagram.sbi_col_4 #sbi_images .sbi_item,
#sb_instagram.sbi_col_5 #sbi_images .sbi_item,
#sb_instagram.sbi_col_6 #sbi_images .sbi_item {
width:50%!important;
}
	
#sb_instagram.sbi_col_7 #sbi_images .sbi_item,
#sb_instagram.sbi_col_8 #sbi_images .sbi_item,
#sb_instagram.sbi_col_9 #sbi_images .sbi_item,
#sb_instagram.sbi_col_10 #sbi_images .sbi_item {
width:25%!important;
}
}

@media all and (max-width:575px) {
  .blogroll .loop-entry:nth-child(2),
  .blogroll .loop-entry:nth-child(5),
  .blogroll .loop-entry:nth-child(8),
  .blogroll .loop-entry:nth-child(11) {
      margin-top: 5%;
      margin-bottom: 5%;
  }
}

@media all and (max-width:480px) {
#sb_instagram.sbi_col_3 #sbi_images .sbi_item,
#sb_instagram.sbi_col_4 #sbi_images .sbi_item,
#sb_instagram.sbi_col_5 #sbi_images .sbi_item,
#sb_instagram.sbi_col_6 #sbi_images .sbi_item,
#sb_instagram.sbi_col_7 #sbi_images .sbi_item,
#sb_instagram.sbi_col_8 #sbi_images .sbi_item,
#sb_instagram.sbi_col_9 #sbi_images .sbi_item,
#sb_instagram.sbi_col_10 #sbi_images .sbi_item {
width:50%!important;
}
}

/* Books Page
---------------------------------------------------------------------------- */

h1#pagetitle {
    text-align: center;
    font-size: 40px;
    line-height: 1.4;
}

#allbookscontainer { 
	display: block; 
	position: relative; 
	width: 100%; 
}

#bookgrid {
    display: block;
    position: relative;
    margin-bottom: 5px;
    width: 100%;
}

h2.seriestitle {
	margin-bottom: 44px;
}

#bookentry {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 21%;
    margin-right: 1.9%;
	margin-left: 1.9%;
    margin-bottom: 40px;
}

#bookentry img { 
	width: 100%; 
	height: auto; 
	margin-bottom: 10px;
}


@media only screen and (max-width: 1230px) {

	#bookgrid {
	    margin-bottom: 10px;
	}
	
	#bookentry {
	    margin-bottom: 35px;
	}

}

@media only screen and (max-width: 1040px) {

	#bookgrid {
	    margin-bottom: 20px;
	}
	
	#bookentry {
	    margin-bottom: 26px;
	}

}

@media only screen and (max-width: 800px) {

	#bookentry { 
	    width: 43.5%;
	    margin-right: 3.25%;
		margin-left: 3.25%;
		margin-bottom: 16px;
	}
	
	#bookgrid {
	    margin-bottom: 19px;
    }
    
    h2.seriestitle {
	    margin-bottom: 28px;
	}
	
	#bookgrid.upcomingreleases #bookentry {
	    margin-bottom: 35px;
	}
	
	#mobilebookscontent.entry-content-wrap #bookgrid.upcomingreleases #bookentry {
	    margin-bottom: 27px;
	}
}
 
@media only screen and (max-width: 680px) {

	#bookentry { 
		margin-bottom: 14px;
	}
	
	#bookgrid {
	    margin-bottom: 19px;
    }
}

@media only screen and (max-width: 590px) {
	
	#bookentry { 
	    width: 100%;
	    margin-right: 0%;
		margin-left: 0%;
		margin-bottom: 16px;
	}
	
	#bookgrid {
        width: 100%;
	}
}

@media only screen and (max-width: 460px) {
    
}

@media only screen and (max-width: 420px) {

} 

@media only screen and (max-width: 380px) {

} 

@media only screen and (max-width: 340px) {

}


/* Book Detail Pages
---------------------------------------------------------------------------- */

body.single-books .entry-content-wrap,
body.single-international_books .entry-content-wrap {
    
}

h1#singlebooktitle {
	text-align: center;
}

#bookpageleft, 
#bookpageright {
	display: inline-block; 
	position: relative;
	vertical-align: top;
}

#bookpageleft {	
	width: 25%;
	padding-right: 25px;
	margin-right: 0px;
}

#bookpageright {	
	width: calc(75% - 25px);
}

img#bookcover {
	display: block;
	position: relative;
	width: 100%;
	height: auto;
	margin-bottom: -3px;
	webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%);
}

img.audiobookcover {
	webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%);
}

h3.booksheader,
h3.linksheader {
	margin-top: 20px;
	margin-bottom: 0px;
}

#purchaselinks {
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: left;
}

#audiobookssection {
	position: relative;
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 5%;
    background: #eaeaea;
    width: 100%;
	display: flex;
}

#audiobookpageleft {
	width: 33%;
	margin-right: 5%;
}

#audiobookpageright {
	width: 60%;
}

@media only screen and (max-width: 768px) {
	#audiosection #bookpageleft {
	width: 100%;
		margin-right: 0px
}

#audiosection #bookpageright {
	width: 100%;
	margin-top: 0px;
}
}

@media only screen and (max-width: 590px) {
	#audiosection #bookpageleft, #audiosection #bookpageright {
		margin: 0 auto;
	}
}

.audiobookbuttons {
	margin-top: 0px;
}

#purchaselinks .button, 
.audiobookbuttons .button {
	width: 100%;
	text-align: center;
	margin: 0 0 7px;
}

#purchaselinks a.button,
.audiobookbuttons a.button {
    text-align: center;
    margin-bottom: 6px;
	margin-right: 0px;
    padding-top: 15px;
    padding-bottom: 14px;
	width: 100%;
}

.bookseries {
	display: block;
}

.bookseries ul {
	display: inline;
	list-style-type: none;
	margin: 0px;	
}

.bookseries li::marker {
	display: none;
}

span.releasedate {
	margin-bottom: 20px;
}

#synopsissection {
	margin: 0px auto 30px;
	border: 0px solid #c6ac8f;
}

blockquote.bookreviews:before {
    content: "“";
	color: #790027;
    font-size: 6rem;
    left: 0;
	top: -30px;
    position: absolute;
}

blockquote.bookreviews {
	font-family: "Lora", "Garamond", serif;
    margin: 1.5em 0;
    padding: 1.5rem 1.5rem 1.5rem 3rem;
    position: relative;
	border-left: none;
}

.reviewsource {
	display: block;
	padding-top: 20px;
	color: #deb96e;
}

#bookotherbooks {
	margin-top: 25px;
    width: 100%;
    margin-bottom: 5px; 
}

#bookotherbooks.standalones {	
	display: none;
}

#bookotherbooks img {
	display: inline-block;
	position: relative;
	vertical-align: top;
	width: 18.5%;
	height: auto;
	margin-right: 1.5%;
	margin-bottom: 11px;	 
}

#bookpageright span#standalones.bookseries {	
	display: none;
}

@media only screen and (max-width: 1040px) {
	#bookotherbooks img {
	    margin-bottom: 9px;
	}
	
	#bookotherbooks {
    	margin-bottom: 15px; 
	}
}

@media only screen and (max-width: 991px) {
	#bookotherbooks img {
	    width: 23.3%;
	    margin-right: 1.7%;
	}

	#bookotherbooks {
	    width: 106.5%;
	}
}

@media only screen and (max-width: 780px) {
	#bookotherbooks img {
	    margin-bottom: 7px;
	}
	
	#purchaselinks a.button,
	#audiosection a.button,
	#tbrsection a.button {
		flex: 1 1 33.333%;
	}
}

@media only screen and (max-width: 767px) {
	#bookpageleft, #bookpageright {
		display: block;
		width: 100%!important;
		padding-right: 0px!important;
	    margin-right: 0px!important;	
	}

	#bookpageleft {
		margin-bottom: 20px;
	}

	#bookotherbooks img {
	    margin-bottom: 7px;
	}
	
	#bookotherbooks {
	    margin-bottom: 35px; 
	}

	#purchaselinks a.button, #audiosection a.button {
	    display: inline-block;
	}
	
	body.single-books .entry-content-wrap{
	    padding: 8px;
	}
	
	#allbookscontainer {
	    width: 100%;
	    margin-left: 0%;
	}
	
	#bookotherbooks {
    	width: 103%;
	}
	
	#bookotherbooks img {
	    width: 31.3%;
	    margin-right: 1.7%;
	    margin-bottom: 11px;
	}
}

@media only screen and (max-width: 499px) {
	#bookotherbooks {
   	 	width: 100%;
	}
	
	#bookotherbooks img {
	    width: 46%;
	    margin-right: 2%;
		margin-left: 2%;
	    margin-bottom: 16px;
	}
	
	#purchaselinks a.button,
	#audiosection a.button,
	#tbrsection a.button {
		flex: 1 1 50%;
	}
	
	h3.booksheader,
	h3.linksheader {
		font-size: 30px;
	}
}	

@media only screen and (max-width: 420px) {
	#bookotherbooks img {
	    margin-bottom: 13px;
	}
	
	#purchaselinks a.button, 
	#audiosection a.button {
	    display: block;  
	}
}	

@media only screen and (max-width: 380px) {
	#bookotherbooks img {
	    margin-bottom: 12px;
	}
}		


/* Series Pages
---------------------------------------------------------------------------- */

body.tax-series h1#pagetitle {

}

body.tax-series .entry-content-wrap{

}

body.tax-series .entry-header {

}