/******** single.php *****************/
/* Apply to all heading anchors or targets */
h2, h3, h4, h5, h6, .anchor-target, a {
    scroll-margin-top: 250px;
}
main{
    background: #fffbfa;
	color: #575553;
}
.single_post_layout{
	display:flex;
	gap:5rem;
}
.single_post .banner-text h1{
	font-size: 3rem;
	line-height: 1;
	margin: 1rem 0;
	color: var(--white_tone);
}
.single_post_layout p a {
    color: #f1592a;
    text-decoration: none;
    font-weight: 800;
}
.toc-list{
    padding-left:0;
}
.table_contents li{
    list-style: none;
}
.table_contents li.active a{
    color: #f1592a;
    text-decoration: none;
    font-weight: 800;
}
.table_contents li a {
    color: #29232a;
    text-decoration: none;
    font-weight: 800;
}
.h2{
    font-family: ArticulatCF;
	font-size: 4rem;
	font-weight: 800;
	line-height: 1;
}
.h3{
    font-family: ArticulatCF;
	font-size: 30px;
	font-weight: 600;
	line-height: 1;
}
.main{
    font-family: ArticulatCF;
}
.container_blog {
    padding: 2rem 1rem;
    margin-right: auto;
    margin-left: auto;
}
.container_blog_inner{
    gap: 5rem;
    justify-content: center;
    display: flex;
}
.mainpost{
    width: 100%;
}
.sidebar{
    width: 25%;
}
.sidebar_link{
    text-decoration: none;
    color: var(--main_colour);
}
.post__title{
    color: var(--main_colour);
    font-size: 2rem;
}
.container_banner{
    padding: 0 2rem;
}
.homepage_hero{
    display: flex;
    align-items: center;
    position: relative;
    background-position: bottom;
}
.center_title{
	position:relative;
	top: 3rem;
    z-index:1;
}
.banner-book-button{
    border-radius: 30px;
    padding: 10px 26px;
    font-weight: bold;
}
.center_title_sidebar{
    top: unset;
    position: relative;
    z-index: 1;
}
.banner-text {
    width: 38vw;
    color: var(--white_tone);
}

.banner-book-button {
	border-radius: 30px;
	padding: 10px 26px;
	font-weight: bold;
	background: var(--main_colour);
	color: var(--white_tone) !important;
}
.banner-text p {
	font-size: 20px;
	font-weight: 400;
}
.blocks_template_space {
	margin-top: 10rem;
}
.background-shadow{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right:0;
    z-index:0;
    background: linear-gradient(to top, rgb(0 0 0 / 39%), rgb(255 255 255 / 1%));
}
.hero_img_background{
    object-fit: cover;
    width:100%;
    height:100%;
    top: 0;
    left:0;
    right:0;
    bottom:0;
    position:absolute;
    z-index: -1;
}
.book-services-outer{
    align-items:center;
}
@media(max-width:1500px){
    .banner-text{
        width: 44vw;
    }
}
@media(max-width:1300px){
    .banner-text{
        width: 50vw;
    }
    .banner-text h1{
        font-size: 2.5rem;
    }
    .homepage_hero{
        margin-top:-7rem;
        height:80vh;
    }
}
@media(max-width:1100px){
    .banner-text{
        width:100%;
    }
    .tab-header-form{
        order: 3;
        position: absolute;
        bottom: 1rem;
        left: 0;
        margin: auto;
        right: 0;
    }
    .hero_mobileimg{
        order: 2;
    }
	.container_blog_inner{
        flex-direction: column;
    }
    .mainpost{
        width:100%;
    }
    .sidebar{
        width: 100%;
    }
}
@media (min-width: 576px) {
    .container_blog {
        max-width: 540px;
    }
}
@media (min-width: 768px) {
    .container_blog {
        max-width: 720px;
    }
}
@media (min-width: 992px) {
    .container_blog {
        max-width: 900px;
    }
}
@media (min-width: 1200px) {
    .container_blog {
        max-width: 1100px;
    }
}
@media (min-width: 1500px) {
    .container_blog {
        max-width: 1300px;
    }
}
@media (min-width: 1700px) {
    .container_blog {
        max-width: 1500px;
    }
}
.banner_medium{
    height:60vh;
}
@media(orientation:portrait){
	.single_post_layout{
		flex-direction:column-reverse;
		gap: 0;
	}
	.table_contents{
        display: flex;
        flex-direction: column-reverse;
    }
	.banner_medium{
        height:auto;
    }
}
@media (max-width: 1100px) {
    .sidepage_hero {
        background: url(https://brillare.net.au/wp-content/uploads/2024/10/mobile_banner-bg.png);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        flex-direction: column;
    }
}
.share-bar {
    display: flex;
    align-items: center;
    gap: .5rem;
    margin: 1.25rem 0 2rem;
}
    .share-label {
    font-weight: 600;
    margin-right: .25rem;
}
.share-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 999px;
    border: 1px solid currentColor;
    color: #111;
    background: transparent;
    cursor: pointer;
    transition: transform .15s ease, background .15s ease;
}
.share-btn:hover { transform: translateY(-1px); background: rgba(0,0,0,.06); }
.share-btn .icon { width: 18px; height: 18px; display:block; }
.share-x { color: #111; }
.share-facebook { color: #1877F2; }
.share-linkedin { color: #0A66C2; }
.share-instagram { color: #E4405F; }
.share-native { color: #444; }
.share-feedback { margin-left: .5rem; font-size: .9rem; opacity: .8; }





/******** INDEX.PHP *****************/
.most_recent_post{
	padding: 1rem 0;
	text-align:center!important;
	background: #29232b;
}
.recent_card{
    padding: 2rem 0rem;
    gap: 5rem;
    border-radius: 1rem;
    display: flex;
    text-align: left;
}
.most_recent_post_article{
	color:#fff;
	flex: 55%;
}
.most_recent_post_article .post__header{
	padding: 0;
}
.recent_post_title{
	color: #f1592a;
	font-size: 4rem;
    flex: 40%;
    margin: 0;
}
.recent_post_title span{
    color: #fff;
    font-size: 3rem;
    line-height: 3rem;
}
.blog_card{
    overflow:hidden;
    border: solid 2px #fff;
    border-radius: 2rem;
    flex-direction: column;
    background: #29232a;
    color: var(--white_tone);
    height: auto;
}
.blog_grid article {
	display: flex;
	flex-direction: column;
	background: #1c1918;
}
.blog_title{
    padding-top: 2rem;
    padding-bottom:2rem;
    background: var(--main_colour);
    color: var(--white_tone);
}
.post__thumbnail{
    width:100%;
}
.blog_link {
	color: #fff;
	text-decoration: none;
	font-size: 1.4rem;
	line-height: 1;
}
.blog_space{
    padding-top: 2rem;
    padding-bottom: 2rem;
    background: #29232b;
}
.post__date{
    margin: 0;
}
.blog_grid{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 1rem;
}
.post__header {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	margin: 0;
	height: 100%;
	padding: 1rem 2rem;
}
.page-title{
    font-size: 2.5rem;
}
.post__thumbnail img {
	border-bottom: 2px groove #f1592a;
	max-height: 25vh;
	object-fit: cover;
}
@media(orientation:portrait){
    .blog_banner.index_posts .banner-text{
        text-align:center;
    }
    .recent_card{
        flex-direction:column;
        gap: 0rem;
    }
    .most_recent_post_article{
    	flex: 100%;
    }
    .recent_post_title{
        flex: 100%;
        margin: 0 0 1rem 0;
        font-size: 3rem;
    }
    .recent_post_title span{
        font-size: 2rem;
    }
    .blog_grid{
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        gap: 1rem;
    }
    .blog_grid{
        display: block;
    }
    .post__header{
        min-height:auto;
    }
    .blog_grid article {
        display: block;
        margin-bottom: 10px;
    }
    .book-services-outer {
        flex-direction: column;
    }
}
.container_banner{
    padding: 0 2rem;
}
.homepage_hero{
    display: flex;
    align-items: center;
    position: relative;
    background-position: bottom;
}
.sidepage_hero{
    width: 100%;
    position:relative;
    display: flex;
    align-items: center;
}
.center_title{
	position:relative;
	top: 3rem;
    z-index:1;
}
.banner-book-button{
    border-radius: 30px;
    padding: 10px 26px;
    font-weight: bold;
}
.center_title_sidebar{
    top: unset;
    position: relative;
    z-index: 1;
}
.banner-text {
    width: 38vw;
    color: var(--white_tone);
}
.banner-text h1 {
    font-size: 5rem;
    line-height: 1;
    margin: 1rem 0;
    color: var(--white_tone);
}
.banner-book-button {
    border-radius: 30px;
    padding: 10px 26px;
    font-weight: bold;
    background: var(--main_colour);
    color: var(--white_tone) !important;
}
.banner-text p {
    font-size: 20px;
    font-weight: 400;
}
.blocks_template_space {
    margin-top: 11rem;
}
.background-shadow{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right:0;
    z-index:0;
    background: linear-gradient(to top, rgb(0 0 0 / 39%), rgb(255 255 255 / 1%));
}
.hero_img_background{
    object-fit: cover;
    width:100%;
    height:100%;
    top: 0;
    left:0;
    right:0;
    bottom:0;
    position:absolute;
    z-index: -1;
}
.book-services-outer{
    align-items:center;
}
.blog_card_title{
	margin-top: 1rem;
	margin-bottom:0;
}
.post__category{
	background: #f1592a;
	color:#fff;
	border-radius:10rem;
	padding: .1rem 1rem;
	width: fit-content;
}
.post__meta{
	font-size: 14px;
	min-height: 150px;
}
.time_info {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	font-size: 13px;
	border-top: 1px solid rgb(93 93 93);
}
.pagination{
	width: 100%;
	display: flex;
	justify-content: end;
	gap:1rem;
	padding: 1rem 0;
}
.page-numbers.current{
	background: #bebebe;
	color: #5b5b5b;
}
.page-numbers {
	height: 40px;
	width: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 5rem;
	background: #ffffff;
	color: #f1592a;
	text-decoration: none;
	font-weight: 600;
}
.related_posts h2{
    color:#fff;
    text-align:center;
    font-size:3rem;
    margin-top:0;
}
@media(max-width:1500px){
    .banner-text{
        width: 44vw;
    }
}
@media(max-width:1300px){
    .banner-text{
        width: 50vw;
    }
    .banner-text h1{
        font-size: 2.5rem;
    }
    .homepage_hero{
        margin-top:-7rem;
        height:80vh;
    }
}
@media(max-width:1100px){
    .banner-text{
        width:100%;
    }
    .tab-header-form{
        order: 3;
        position: absolute;
        bottom: 1rem;
        left: 0;
        margin: auto;
        right: 0;
    }
    .hero_mobileimg{
        order: 2;
    }
}