/*
Theme Name: MainAstraChildTheme
Template: astra
Author: Marat
Author URI: https://marat-and-emy.fr
Description: Astra is the fastest, fully customizable &amp; beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained &amp; Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0.1694973288
Updated: 2023-09-17 19:54:48

*/

/* on Forums page hide a weird border in between forums */
.ast-separate-container .ast-article-post, .ast-separate-container .ast-article-single {
	border-bottom: none;
}

/* introduce a top margin over a new topic creation section */
#new-post {
	margin-top: 70px;
}

/* Font-size of content in a table in a list of topics */
.bbp-body .bbp-topic-started-by, .bbp-topic-freshness, .bbp-topic-meta, .bbp-topic-reply-count, .bbp-topic-voice-count {
    font-size: 16px !important;
}

/* Header of Transportation Forum DESKTOP */
@media screen and (min-width: 926px) {
	#post-4959 .entry-title {
		font-size: 64px;
		color: #610000;	
		font-family: "EB Garamond", Sans-serif;
		text-align-last: center;
		text-shadow: 0px 0px 0px rgba(0,0,0,0.3);
	}

	/* Header of Website Support Forum */
	#post-4980 .entry-title {
		font-size: 64px;
		color: #610000;	
		font-family: "EB Garamond", Sans-serif;
		text-align-last: center;
		text-shadow: 0px 0px 0px rgba(0,0,0,0.3);
	}
}	

/* MOBILE AND TABLETS, User page */
@media screen and (max-width: 926px) {
 	#bbpress-forums #bbp-single-user-details, #bbpress-forums #bbp-user-body {
        margin-top: 100px;
    }
}

/*MOBILE AND TABLETS*/
@media screen and (max-width: 926px) {
	.ast-single-post .entry-title, .ast-single-post .entry-title a {
		margin-top: 100px;
		font-size: 36px;
		text-shadow: 0px 0px 0px rgba(0,0,0,0.3);
		text-align-last: center;
	}.
}
	
/* Headers of individual Forums for mobile devices */
/* @media only screen and (max-width: 768px) {
	#post-4959 .entry-title {
	margin-top: 100px;
	font-size: 32px;
	text-shadow: 0px 0px 0px rgba(0,0,0,0.3);
    },
	#post-4980 .entry-title {
		margin-top: 200px;
		font-size: 32px;
		text-shadow: 0px 0px 0px rgba(0,0,0,0.3);	
	}
} */

.entry-meta {
	display: none;
}

.bbp-topic-permalink {
	font-size: 24px !important;
}

/* bbpress body */
.bbp-forum-header a.bbp-forum-permalink,
.bbp-topic-header a.bbp-topic-permalink,
.bbp-reply-header a.bbp-reply-permalink {
	font-size: 18px;
}

.ast-separate-container .ast-article-post {
	background-color: #FFF8E0;
}

.ast-separate-container .ast-article-single:not(.ast-related-post), .ast-separate-container .comments-area .comment-respond, .ast-separate-container .comments-area .ast-comment-list li, .ast-separate-container .ast-woocommerce-container, .ast-separate-container .error-404, .ast-separate-container .no-results, .single.ast-separate-container  .ast-author-meta, .ast-separate-container .related-posts-title-wrapper, .ast-separate-container.ast-two-container #secondary .widget, .ast-separate-container .comments-count-wrapper, .ast-box-layout.ast-plain-container .site-content, .ast-padded-layout.ast-plain-container .site-content, .ast-separate-container .comments-area .comments-title, .ast-narrow-container .site-content {
	background-color: #FFF8E0;
	font-size: 20px;	
}

/* BBPress font fix */


#bbpress-forums li.bbp-header,
#bbpress-forums li.bbp-footer {
	background: #D6E0FF;
}

@media screen and (max-width: 926px) {
	div.bbp-forum-title h3,
	div.bbp-topic-title h3,
	div.bbp-reply-title h3 ,
	a.bbp-forum-title,
	a.bbp-topic-permalink {
		font-size: 22px;
		color: #610000;
		font-family: 'EB Garamond';
		text-decoration: underline;
	}
}

@media screen and (min-width: 926px) {
	div.bbp-forum-title h3,
	div.bbp-topic-title h3,
	div.bbp-reply-title h3 ,
	a.bbp-forum-title,
	a.bbp-topic-permalink {
		font-size: 29px;
		color: #610000;
		font-family: 'EB Garamond';
		text-decoration: underline;
	}
}

#bbpress-forums .bbp-forum-info .bbp-forum-content, #bbpress-forums p.bbp-topic-meta {
	font-size: large;	
	font-family: 'EB Garamond';	
}

/* bbpress forum list header */
#bbpress-forums li.bbp-header, #bbpress-forums li.bbp-footer {
	background-image: linear-gradient(135deg, rgba(220,220,184,1.0) 0%,rgba(122,143,64,0.17) 50%);
	background-color: inherit;
	font-size: medium;
	font-family: 'EB Garamond';
}

/* bbpress seach field */
#bbpress-forums > div {
	display: contents;
}

#bbpress-forums #bbp-search-form {
	display: contents;
}

#bbpress-forums #bbp-search-form > div {
	display: flex;
}

#bbpress-forums .bbp-search-form form input[type="text"] {
	flex: 1;
	margin-right: 5px;
}

/* bbpress forum search button */

#bbpress-forums #bbp_search_submit {
	background: #610000;
	color: #ffffff;
	font-size: 29px;
	border-color: #610000;
	border-style: solid;
	border-radius: 6px;
}

#bbpress-forums #forums-list-0 {
	margin-top: 40px;
}

#bbpress-forums > li.bbp-forum-topic-count {
	font-size: 29px;
}

/* bbpress body */
#bbpress-forums li.bbp-body > ul {
	background-color: #FFF8E0;
	font-size: 20px;
	margin-top: 10px;
}

#bbpress-forums .bbp-forum-info .bbp-forum-content, #bbpress-forums p.bbp-topic-meta {
	margin-top: 20px;
	font-size: 20px;
}

/* a.bbp-author-name {
	font-size: 12px;
	color: 	#75A3FF;
	font-family: 'EB Garamond';
}
 */

