/*
Theme Name: Beaver Builder Child Theme
Theme URI: http://www.wpbeaverbuilder.com
Version: 1.0
Description: An example child theme that can be used as a starting point for custom development.
Author: The Beaver Builder Team
Author URI: http://www.fastlinemedia.com
template: bb-theme
*/

/* Add your custom styles here... */ 

html {
  scroll-behavior: smooth !important;
}

.fl-rich-text a:focus,
.fl-rich-text a:hover {
	color: #B7000C;
}

.archive-year-group {
	display: flex;
	flex-direction: row;	
	border: 1px solid #ddd;
	border-bottom: 0;
}

.archive-year-group:last-child {
	border-bottom: 1px solid #ddd;
}

.archive-year-group .acrath-year {
	min-width: 150px;
	padding: 10px;
}

.archive-year-group .acrath-month-group {
	display: flex;
	flex-direction: column;
	width: 100%;
}

.archive-year-group .acrath-month-group a {
	color: #B30000;
}

.archive-year-group .acrath-year a {
	color: #777;
	font-size: 16px;
}


.archive-year-group .acrath-month {
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #ddd;
	width: 100%;
	padding: 10px;
}

.archive-year-group .acrath-month:last-child {
	border-bottom: 0;
}

.acrath-month:nth-of-type(odd) {
	background-color:#F7F7F7;
}
	
.acrath-month:nth-of-type(even) {
	background-color:#fff;
}

.fl-rich-text ul.acrath-categories-list li::before {
	display: none;
}

#table-archive a {
	color: #B30000;
}

#table-archive
table,
.comment-text
table {
	margin: 20px 0;
	width: 100%;
	text-align: left;
	border-collapse: collapse;
}

#table-archive
table
thead th,
.comment-text
table
thead th {
	font-weight: 700;
}

#table-archive
table th,
.comment-text
table th {
	font-size: 14px;
	font-weight: normal;
	padding: 10px 8px;
}

#table-archive
table td,
.comment-text
table td {
	padding: 2%;;
}

#table-archive
tbody tr:nth-child(odd),
.comment-text
tbody tr:nth-child(odd) {
	background: #F7F7F7; 
}

ul.acrath-recet-post {
	padding-left: 0;
}

ul.acrath-recet-post li {
	padding-bottom: 10px;
	padding-top: 10px;
	border-bottom: 1px solid #EAEAEA;
}

ul.acrath-recet-post li a {
	color: #000;
}

select.acrath-categories-dropdown {
	width: 100%;
	height: 45px;
	padding: 0 14px;
	color: #777;
	border: 1px solid #eaeaea;
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	font-weight: 400;
}

.acrath-teaching-kit-content h2 {
	font-size: 24px !important;
	line-height: 35px !important;
}

#resources-link-tab h2 a {
	font-size: 18px;
}

#resources-link-tab p {
	font-size: 16px;
}

#gform_wrapper_1 .gform_footer.top_label input#gform_submit_button_1 {
	margin: 0 auto !important;
}

.acrath-video-wrapper {
	text-align: center;
}

span.acrath-view-counter {
    padding: 5px 10px;
    border: 1px solid #000;
    border-radius: 10px;
    font-size: 14px;
}

footer .gform_body.gform-body input[type="email"],
footer .gform_body.gform-body input[type="text"] {
	color: #000 !important;
}

.acrath_post_content ul {
	list-style: none;
}

.acrath_post_content ul li {
	position: relative;	
}

.acrath_post_content ul li:before {
	content: "\f0da";
	font:var(--fa-font-sharp-solid);
/* 	font-family: 'Font Awesome 6 Pro'; */
	position: absolute;
	left: -45px;
	font-size: 21px;
	top: 2px;
	color: #B7000C;
}

@media screen and (max-width: 767px){
	h1.fl-heading span.fl-heading-text {
		line-height: 42px !important;
	}

	h2.fl-heading span.fl-heading-text {
		line-height: 35px !important;
	}
	h3.fl-heading span.fl-heading-text {
		line-height: 35px !important;
	}
	h4.fl-heading span.fl-heading-text {
		line-height: 35px !important;
	}

	.fl-rich-text img {
		width: 100% !important;
	}

	.fl-rich-text ul li,
	.fl-rich-text ul li a,
	.fl-rich-text p {
		font-family: Raleway, sans-serif;
		font-weight: 300 !important;
		font-size: 18px !important;
		line-height: 25px !important;
	}

	.fl-rich-text .alignright, 
	.fl-rich-text .alignleft {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}

	.fl-col.acrath-sidebar-col {
		padding-left: 20px;
		padding-right: 20px;
	}

	.fl-col.acrath-sidebar-col .fl-col-content.fl-node-content > .fl-module-search,
	.fl-col.acrath-sidebar-col .fl-col-content.fl-node-content > .fl-col-group {
		margin-bottom: 20px;
	}
}