@font-face {
    font-family: 'Autiowide'; /* font namespace */
    src: url('assets/fonts/Audiowide-Regular.ttf') format('truetype')    
}

body {
    font-family: 'Autiowide';
    background-image: url('/wp-content/themes/ajsurfco/assets/images/background.png');
    background-size:cover;
    background-attachment:fixed;      
}

.bbp-template-notice, .bbp-replies, .bbp-body, ul .odd {
	background-color: #9babb2 !important;	
}

.forum-titles, .bbp-topics, .bbp-header, .bbp-reply-content, .bbp-reply-header, .hentry {
	background-color: rgba(0.2, 0.24, 0.31, 0.7) !important; 
}

.submit, .bbp_dropdown, .quicktags-toolbar, input[type="button"] {
	/* form login button */
	background-color: rgba(0.2, 0.24, 0.31, 0.7) !important;
	color: #ffe478 !important;
}

.nav_custom {
    background: rgba(0.2, 0.24, 0.31, 0.7); 
}

.nav-link, .social {
  color: #ffe478;
  text-shadow: 2px 2px 2px #6e2727; 
}
.nav-link:hover {
  color: #964253;
}

a {
  text-decoration: none;
  color: #964253;
}

textarea, input, #login {
  background-color: #9babb2;
  color: #2e222f;
  text-shadow: 1px 1px 1px #6e2727; 
}

input[type="checkbox"] {
  display: none;
}
input[type="checkbox"] + *::before {
  content: "";
  display: inline-block;
  vertical-align: bottom;
  width: 1rem;
  height: 1rem;
  border-radius: 10%;
  border-style: solid;
  border-width: 0.1rem;
  border-color: #9babb2;
}
input[type="checkbox"]:checked + *::before {
  content: "✓";
  color: #ffe478;
  text-align: center;
  border-color: #9babb2;
}
input[type="checkbox"]:checked + * {
  color: #ffe478;
}
ul {
	list-style: none;
}

h1 {
    color: #c32454;
    text-shadow: 2px 2px 2px #6e2727;
    top: 340px;
}

/* landing/home/front page */

#stBtn {
  text-decoration: none;
  display: inline-block;
  color: #ffe478;
  font-size: 24px;
  border-width: 1px;        
  border-color: #ffe478;
  border-style: solid;
  padding: 14px 70px;
  border-radius: 50px;
  margin-top: 20px;
}

.aj_container, .content-header, .comments-wrapper{
  color: #ffe478;
  text-shadow: 2px 2px 2px #6e2727; 

}
.aj_border {
  border: 2px solid #9babb2;
  border-radius: 7px;
}

.aj_footer_link, .tag a, .comment a {
    margin-right: 10px;
    text-decoration: none;
    color: #964253;
}

.sm_box {
  height: 20px;
}

.sp_box {
    height: 100px;
}

@media (max-width: 1024px){

    .sp_box {
        height: 20px;
        max-width: 20px;
    }

}
.pg_content {
  top: 40px;
  width: 100%;
  height: 100%;  
  padding: 20px;
  color: #ffe478;
  text-shadow: 2px 2px 2px #6e2727; 
}


/* pause/play  sound on/off for the video */
.pauseBtn {
  width: 100px;
  font-size: 18px;
  border: none;
  background: rgba(0.2, 0.24, 0.31, 0.5);  
  color: #ffe478;
  text-shadow: 2px 2px 2px #6e2727;  
  cursor: pointer;
}

.pauseBtn:hover {
  background: rgba(0.76, 0.76, 0.82, 0.5);   
  color: #964253;
  text-shadow: 2px 2px 2px #6e2727;  
}


/* -------------------------------------------------------------------------- */
/*	12. Comments
/* -------------------------------------------------------------------------- */


/* Comment Headers ----------------------------- */

.comments-wrapper {
	margin-top: 3rem;
}

.comment-reply-title {
	margin: 0 0 4rem 0;
	text-align: center;
}


/* Comment Item ----------------------------- */

/* COMMENT HEADER */

.comments .comment,
.comments .pingback,
.comments .trackback,
.comments .review {
	padding-top: 3.5rem;
}

div.comment:first-of-type {
	margin-top: 3.5rem;
	padding-top: 0;
}

.comments .comments-header + div {
	margin-top: 0;
	padding-top: 0;
}

.comment-body {
	position: relative;
}

.comment .comment {
	padding-left: 5%;
}

.comment-meta {
	line-height: 1.1;
	margin-bottom: 0;
	min-height: 5rem;
	padding-left: 5rem;
	position: relative;
}

.hide-avatars .comment-meta {
	min-height: 0;
	padding-left: 0;
}

.comment-meta a {
	color: inherit;
}

.comment-author {
	font-size: 1.8rem;
	font-weight: 700;
	letter-spacing: -0.027777778em;
}

.comment-author a {
	text-decoration: underline;
}

.comment-author a:hover,
.comment-author a:focus {
	text-decoration: none;
}

.comment-meta .avatar {
	height: 4rem;
	position: absolute;
	left: 0;
	top: 0;
	width: 4rem;
}

.comment-author .url {
	text-decoration: underline;
}

.comment-metadata {
	color: var(--gray);
	font-size: var(--font-small);
	font-weight: 500;
	margin-top: 0.6rem;
}

.comment-metadata a {
	text-decoration: none;
}

.comment-metadata a:focus,
.comment-metadata a:hover {
	text-decoration: underline;
}


/* COMMENT CONTENT */

.comment-content.entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
    width: 100%;
    background-color:var(--lightgray);
    padding:.5em;
}

.comment-content.entry-content .alignleft {

	/*rtl:ignore*/
	margin-left: 0;
}

.comment-content.entry-content .alignright {

	/*rtl:ignore*/
	margin-right: 0;
}

/* COMMENT FOOTER */

.comment-footer-meta {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	font-size: var(--font-small);
	font-weight: 600;
	justify-content: flex-start;
	letter-spacing: 0.030833333em;
	line-height: 1;
	margin: 1.5rem 0 -1rem -1.5rem;
	text-transform: uppercase;
}

.comment-footer-meta > * {
	margin: 0 0 1rem 1.5rem;
}

.comment-reply-link {
    background-color: var(--primary);
    border-radius:2px;
	color: #fff;
	display: block;
	padding: 0.7rem;
}

.bypostauthor .comment-footer-meta .by-post-author {
	display: block;
}

.comment-footer-meta a {
	text-decoration: none;
}

.comment-footer-meta a:focus,
.comment-footer-meta a:hover {
	text-decoration: underline;
}


/* Pingbacks & Trackbacks ------------------------- */

.pingback .comment-meta,
.trackback .comment-meta {
	padding-left: 0;
}


/* Comments Pagination ---------------------------- */

.comments-pagination {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 6rem;
	text-align: center;
}

.comments-pagination.only-next {
	justify-content: flex-end;
}

.comments-pagination .page-numbers {
	display: none;
	text-decoration: none;
}

.comments-pagination .page-numbers:focus,
.comments-pagination .page-numbers:hover {
	text-decoration: underline;
}

.comments-pagination .prev,
.comments-pagination .next {
	display: block;
}

.comments-pagination .prev {
	left: 0;
}

.comments-pagination .next {
	right: 0;
	text-align: right;
}


/* Comment Respond ---------------------------- */

.comment-respond::after {
	clear: both;
	content: "";
	display: block;
}

.comment-respond .comment-notes,
.comment-respond .logged-in-as {
	color: #ffe478;
	font-size: 1.6rem;
	line-height: 1.4;
	text-align: center;
}

.comment-respond .comment-notes a,
.comment-respond .logged-in-as a {
	color: inherit;
	text-decoration: none;
}

.comment-respond .comment-notes a:focus,
.comment-respond .comment-notes a:hover,
.comment-respond .logged-in-as a:focus,
.comment-respond .logged-in-as a:hover {
	text-decoration: underline;
}

.comment-respond p {
	line-height: 1.1;
	margin-bottom: 2rem;
	margin-left: auto;
	margin-right: auto;
}

.comment-respond p:not(.comment-notes) {
	max-width: 58rem;
}

.comment-form-cookies-consent {
	align-items: baseline;
	display: flex;
}

.comment-respond > p:last-of-type {
	margin-bottom: 0;
}

.comment-respond label {
	display: block;
}

.comment-respond input[type="checkbox"] + label {
	font-size: 1.5rem;
	line-height: 1.25;
}

.comment-respond input[type="text"],
.comment-respond input[type="email"],
.comment-respond textarea {
	margin-bottom: 0;
}

.comment-respond textarea {
	height: 15rem;
}

.comment-respond #submit {
	display: block;
}

.comment-respond .comments-closed {
	text-align: center;
}


/* Reply Respond ---------------------------- */

.comments .comment-respond {
	padding: 3rem 0 0;
}

.comments .comment-respond .comment-reply-title,
.comments .comment-respond .comment-notes,
.comments .comment-respond .logged-in-as {
	text-align: left;
}

.comment-reply-title small {
	display: block;
	font-size: 1.6rem;
	font-weight: 600;
	letter-spacing: -0.0277em;
	margin: 0.5rem 0 0 0;
	white-space: nowrap;
}

.comment-reply-title small a {
	text-decoration: none;
}

.comment-reply-title small a:focus,
.comment-reply-title small a:hover {
	text-decoration: underline;
}