/*
Theme Name: Forum
Theme URI: https://support.quanticalabs.com
Description: Forum description
Author: QuanticaLabs
Author URI: https://1.envato.market/quanticalabs
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Version: 3.4 by mat 27.09.23
*/

.clearfix:after
	{
	font-size: 0px;
	content: ".";
	display: block;
	height: 0px;
	visibility: hidden;
	clear: both;
	}
	
body
	{
	font-family: arial, sans-serif;
	font-size: 14px;
	line-height: 150%;
	background: #FFF;
	margin: 0;
	}
	
a
	{
	color: #3F77C5;
	text-decoration: none;
	}
	
a:hover
	{
	text-decoration: underline;
	}
	
.bold
	{
	font-weight: 700;
	}
	
input, textarea
	{
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-webkit-appearance: none;
	}
	
input[type='checkbox']
	{
	-webkit-appearance: checkbox;
	}
	
input[type='radio']
	{
	-webkit-appearance: radio;
	}
	
input[type='text'], input[type="password"]
	{
	display: block;
	background: #FFF;
	font-size: 14px;
	color: #4B515A;
	border: none;
	border: 1px solid #E6E8EB !important;
	padding: 13px 10px 14px;
	}
	
input:focus-visible,
textarea:focus-visible
	{
	outline: 1px solid #3F77C5;
	border-color: #3F77C5 !important;
	}

textarea
	{
	background: #FFF;
	font-family: arial, sans-serif;
	font-size: 14px;
	color: #4B515A !important;
	padding: 13px 10px 14px 10px !important;
	border: 1px solid #E6E8EB !important;
	margin: 0 !important;
	line-height: 150%;
	resize: vertical;
	}
	
textarea#topic_message
	{
	height: 275px;
	}

textarea#reply_message
	{
	height: 210px;
	}

textarea#hidden_message,
textarea#purchase_code
	{
	height: 105px;
	}

select
	{
	font-family: arial, sans-serif;
	font-size: 14px;
	background: #FFF;
	border: 1px solid #E6E8EB !important;
	color: #4B515A;
	padding: 13px 10px 14px;
	cursor: pointer;
	}
	
#primary
	{
	width: 1170px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	background-color: #FFFFFF;
	}
	
#content
	{
	float: left;
	width: 871px;
	}
	
#sidebar
	{
	float: right;
	width: 269px;
	padding: 0;
	color: #4B515A;
	}
	
#primary #ahq_forum
	{
	width: 100%;
	}
	
.forum_header
	{
	color: #FFFFFF;
	font-size: 16px;
	background: #3F77C5;
	padding: 16px 20px 18px;
	margin: 0;
	font-weight: normal;
	line-height: 1.5em;
	}
	
.forum_header a
	{
	color: #FFFFFF;
	line-height: 1.5em;
	}
	
.forum_subheader
	{
	color: #232732;
	padding: 30px;
	border-left: 1px solid #E6E8EB;
	border-right: 1px solid #E6E8EB;
	display: flex;
	align-items: center;
	}

.forum_subheader.ui-tabs-nav
	{
	border: 0;
	}
	
.no_permissions_container > .forum_subheader
	{
	display: block;
	border-top: 1px solid #E6E8EB;
	border-bottom: 1px solid #E6E8EB;
	}

.tabs .forum_subheader
	{
	padding: 0;
	background: #FFFFFF;
	border-bottom: 2px solid #3F77C5;
	margin-bottom: 20px;
	}
	
.forum_subheader h3
	{
	width: auto;
	font-weight: normal;
	font-size: 20px;
	margin: 0 20px 0 0;
	line-height: 1.5em;
	}
	
.no_permissions_container .forum_subheader h3
	{
	float: none;
	width: 100%;
	}
	
.no_permissions_container .forum_subheader p
	{
	margin-top: 30px;
	margin-bottom: 34px;
	line-height: 24px;
	}
	
.no_permissions_container ul
	{
	list-style: none;
	padding: 0;
	margin-bottom: 0;
	}
	
.no_permissions_container ul li
	{
	float: left;
	margin-left: 20px;
	}
	
.no_permissions_container ul li:first-child
	{
	margin-left: 0;
	}
	
.no_permissions_container .button
	{
	display: inline-block;
	}
	
#primary .submit_line
	{
	margin-top: 20px;
	margin-bottom: 0;
	}
	
.marginTop30
	{
	margin-top: 30px;
	}
	
blockquote
	{
	margin: 10px 0;
	padding-left: 15px;
	border-left: 2px solid #d0d0d0;
	font-style: italic;
	}
	
/* --- footer --- */
.footer
	{
	width: 1170px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	padding-bottom: 50px;
	}
	
.footer_left
	{	
	float: left;
	font-size: 13px;
	color: #9398A4;
	}
	
.footer_left a
	{	
	color: #9398A4;
	font-size: 13px;
	}
	
.footer_right
	{
	float: right;
	list-style: none;
	padding: 0;
	margin: 0;
	}
	
.footer_right li
	{
	float: left;
	margin-left: 10px;
	}
	
.footer_right li:first-child
	{
	margin-left: 0;
	}
	
.footer_right li.separator
	{
	width: 1px;
	height: 11px;
	background-color: #9398A4;
	margin-top: 5px;
	}
	
.footer_right li a
	{
	color: #9398A4;
	font-size: 13px;
	}
	
/* --- breadcrumbs --- */
#primary #content .ahq_breadcrumbs
	{
	position: relative;
	margin-bottom: 30px;
	padding: 0;
	font-size: 14px;
	line-height: 24px;
	margin-top: 0;
	}
	
.ahq_breadcrumbs
	{
	list-style: none;
	padding: 0;
	margin-bottom: 10px;
	overflow: hidden;
	padding: 15px 20px;
	}
	
.ahq_breadcrumbs li
	{
	float: left;
	margin-right: 5px;
	color: #4B515A;
	}
	
#ahq_forum .ahq_breadcrumbs li
	{
	color: #4B515A !important;
	}

.ahq_breadcrumbs li.divider
	{
	padding: 0 2px;
	position: relative;
	top: -1px;
	}

body #ahq_forum .ahq_breadcrumbs li a,
body #ahq_account .ahq_breadcrumbs li a
	{
	color: #4B515A;
	}
	
#primary #content .ahq_breadcrumbs li a:hover
	{
	color: #3F77C5;
	}
	
/* --- categories --- */
.ahq_categories
	{
	display: -ms-flexbox;
	display: -webkit-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0;
	margin: 0;
	list-style: none;
	}
	
.ahq_categories .ahq_category
	{
	display: -ms-flexbox;
	display: -webkit-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	flex-wrap: wrap;
	float: left;
	width: 394px;
	padding: 30px 20px;
	background-color: #FFFFFF;
	border-right: 1px solid #E6E8EB;
	border-bottom: 1px solid #E6E8EB;
	}
	
.ahq_categories .last_post, .ahq_categories .topics_replies
	{
	-ms-flex-item-align: flex-end;
	-webkit-align-self: flex-end;
	-moz-align-self: flex-end;
	align-self: flex-end;
	list-style: none;
	padding: 0;
	margin: 0;
	}
	
.ahq_categories .last_post
	{
	float: left;
	width: calc(100% - 110px);
	margin-right: 20px;
	}
	
.ahq_categories .last_post a, .ahq_categories .last_post .name span
	{
	color: #4B515A;
	}
	
.ahq_categories .last_post .title
	{
	clear: both;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	}
	
.ahq_categories .last_post .timeago, .ahq_categories .last_post .name
	{
	float: left;
	color: #9398A4;
	margin-top: 5px;
	}
	
.first_row
	{
	border-top: 1px solid #E6E8EB;
	}
	
.first_cell
	{
	border-left: 1px solid #E6E8EB;
	}
	
.ahq_category h4
	{
	margin: 0;
	padding-bottom: 20px;
	width: 100%;
	}
	
.ahq_category h4 a
	{
	font-weight: normal;
	font-size: 18px;
	line-height: 1.5em;
	padding: 4px 0;
	color: #232732;
	}
	
.ahq_category a:hover
	{
	color: #3F77C5;
	}
	
/* --- topics --- */
#ahq_topics
	{
	padding: 0;
	}
	
#ahq_topics ul
	{
	padding: 0;
	margin: 0;
	list-style: none;
	}
	
#ahq_topics ul li.topic
	{
	display: flex;
	align-items: baseline;
	padding: 20px;
	padding-left: 80px;
	background-color: #FFFFFF;
	border-left: 1px solid #E6E8EB;
	border-right: 1px solid #E6E8EB;
	border-bottom: 1px solid #E6E8EB;
	background-position: 20px center;
	background-repeat: no-repeat;
	}
	
#ahq_topics ul li.topic:first-child
	{
	border-top: 1px solid #E6E8EB;
	}
	
#ahq_topics ul li.topic h4
	{
	margin: 0;
	font-weight: normal;
	overflow: hidden;
	}
	
#ahq_topics .topic_details
	{
	width: 420px;
	margin-right: 15px;
	word-break: break-word;
	}
	
#ahq_topics .topic_details .description
	{
	margin: 4px 0 0 0;
	color: #9398A4;
	}
	
#ahq_topics .last_post
	{
	text-align: right;
	color: #9398A4;
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	-moz-flex: 1 1 auto;
	flex: 1 1 auto;
	}
	
#ahq_topics .last_post li:nth-of-type(2)
	{
	margin-top: 5px;
	}

/* --- topic replied --- */
.topics_replies
	{
	width: 90px;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	-moz-flex: 0 1 auto;
	flex: 0 1 auto;
	}
	
.topics_replies li
	{
	text-align: right;
	color: #9398A4;
	}
	
.topics_replies li:nth-of-type(2)
	{
	margin-top: 5px;
	}

/* --- topic --- */
.topic a
	{
	color: #232732;
	}
	
#ahq_topics ul li.topic a:hover
	{
	color: #3F77C5;
	}
	
#ahq_topics ul li.topic h4 a
	{
	font-size: 16px;
	color: #232732;
	line-height: 24px;
	padding: 4px 0;
	}
	
#topic ul
	{
	padding: 0;
	margin: 0;
	}
	
#topic .topics
	{
	padding: 0;
	}
	
#topic ul .post:first-child
	{
	border-top: 1px solid #E6E8EB;
	}
	
#ahq_forum #topic ul .post
	{
	background-color: #FFFFFF;
	border-bottom: 1px solid #E6E8EB;
	border-left: 1px solid #E6E8EB;
	border-right: 1px solid #E6E8EB;
	margin: 0;
	color: #4B515A;
	padding: 30px;
	word-break: break-word;
	}
	
#ahq_forum #topic .post div.poster img
	{
	width: 70px;
	height: auto;
	border-radius: 999px;
	}

#ahq_forum #topic ul .post .post_box
	{
	width: calc(100% - 140px);
	padding: 0;
	}
	
#ahq_forum #topic ul .post .the_message
	{
	font-size: 14px;
	line-height: 24px;
	}
	
#ahq_forum #topic ul .post .the_message p
	{
	margin: 0;
	font-size: 13px;
	line-height: 24px;
	}

/* Post content */
#ahq_forum #topic ul .post .the_message h2,
#ahq_forum #topic ul .post .the_message h3,
#ahq_forum #topic ul .post .the_message h4,
#ahq_forum #topic ul .post .the_message h5,
#ahq_forum #topic ul .post .the_message h6
	{
	color: #232732;
	}
	
#ahq_forum #topic ul .post .the_message h2
	{
	font-size: 28px;
	font-weight: 400;
	}
	
#ahq_forum #topic ul .post .the_message h3
	{
	font-size: 25px;
	font-weight: 700;
	}
	
#ahq_forum #topic ul .post .the_message h4
	{
	font-size: 18px;
	font-weight: 700;
	}
	
#ahq_forum #topic ul .post .the_message h5
	{
	font-size: 16px;
	font-weight: 400;
	}
	
#ahq_forum #topic ul .post .the_message h6
	{
	font-size: 14px;
	font-weight: 400;
	}

#ahq_forum #topic ul .post .the_message h3
	{
	margin: 30px 0 -10px 0;
	line-height: 1.5em;
	}
	
#ahq_forum #topic ul .post .the_message h4
	{
	margin: 20px 0 -20px 0;
	line-height: 1.5em;
	}
	
#ahq_forum #topic ul .post .the_message > h3:first-child,
#ahq_forum #topic ul .post .the_message > h4:first-child
	{
	margin-top: 10px;
	}
	
#ahq_forum #topic ul .post .the_message hr
	{
	height: 1px;
	width: 100%;
	border: none;
	background: #4B515A;
	}
	
#ahq_forum #topic ul .post .the_message strong
	{
	color: #232732;
	}
	
#ahq_forum .sh_whitengrey .sh_sourceCode .sh_url
	{
	color: #3F77C5;
	}
	
#ahq_forum #topic ul .post .the_message ul
	{
	margin: 0 0 -10px 20px;
	position: relative;
	}
	
#ahq_forum #topic ul .post .the_message ul li
	{
	list-style: none;
	margin: -7px 0 -7px 0;
	}
	
#ahq_forum #topic ul .post .the_message ul li::before
	{
	content: "";
	color: #3F77C5;
	background-color: #3F77C5;
	display: inline-block;
	width: 4px;
	height: 4px;
	position: absolute;
	margin-top: 9px;
	margin-left: -15px;
	}

#ahq_forum #topic ul .post .the_message h3 + br + br + ul,
#ahq_forum #topic ul .post .the_message h4 + br + br + ul
	{
	margin-top: -15px;
	}
	
#ahq_forum #topic ul .post .the_message h3 + br + br + h4
	{
	margin-top: 0;
	}
	
#ahq_forum #topic ul .post .the_message ul + br + br + h3,
#ahq_forum #topic ul .post .the_message ul + br + br + h4
	{
	margin-top: 0;
	}
	
#ahq_forum #topic ul .post .the_message strong[id]
	{
	display: block;
	}
	
#ahq_forum #topic ul .post .post_box .the_post
	{
	border: none;
	margin-bottom: 20px;
	padding-bottom: 20px;
	}
	
#ahq_forum #topic .post div.poster
	{
	width: 110px;
	}
	
#ahq_forum #topic .post .poster
	{
	margin: 5px 30px 0 0 !important;
	}

#ahq_forum #topic ul .post .poster .bold
	{
	display: block;
	font-size: 13px;
	margin-top: 10px;
	color: #232732;
	word-wrap: break-word;
	}
	
#ahq_forum #topic ul .post .poster .group
	{
	color: #9398A4;
	font-size: 12px;
	/*display: inline-block;
	padding: 6px 10px;
	border: 1px solid #E6E8EB;
	border-radius: 5px;
	margin-top: 10px;
	line-height: 1em;*/
	}

/*	
#ahq_forum #topic ul .post.main_topic.author .poster,
#ahq_forum #topic ul .post.main_topic.support.staff .poster
	{
	display: none;
	}
	
#ahq_forum #topic ul .post.main_topic.author .post_box,
#ahq_forum #topic ul .post.main_topic.support.staff .post_box
	{
	width: 100%;
	}
*/	
	
#ahq_forum #topic ul .post .post_box .post_meta .controls
	{
	display: block;
	}
	
#ahq_forum #topic ul .post .post_box .post_meta .controls a
	{
	border-bottom: none;
	margin-left: 6px;
	padding: 10px 12px;
	color: #9398A4;
	transition: all 200ms ease;
	-moz-transition: all 200ms ease; /* Firefox */
	-webkit-transition: all 200ms ease; /* Safari and Chrome */
	-o-transition: all 200ms ease; /* Opera */
	}
	
#ahq_forum #topic ul .post .post_box .post_meta .controls a:hover
	{
	text-decoration: none;
	color: #232732;
	background: #F5F6F7;
	}
	
#ahq_forum #topic ul .post .post_box .post_meta .controls a:first-child
	{
	margin-left: 0;
	}
	
#content #ahq_forum #topic .top, #content #ahq_forum #topic .bottom
	{
	border: none;
	margin: 0;
	}
	
#ahq_forum #topic .top
	{
	display: none;
	}
	
#content #ahq_forum #topic .bottom
	{
	padding-top: 10px;
	}
	
#ahq_forum #topic ul .post .post_box .post_meta .date
	{
	color: #9398A4;
	}
	
#ahq_forum #topic ul .post .post_box .social_media
	{
	margin-top: 30px;
	padding: 10px 10px 10px 15px;
	background: #F5F6F7;
	display: flex;
	align-items: center;
	flex-wrap: wrap-reverse;
	}

/* Social */
#ahq_forum #topic ul .post .post_box .social_media a
	{
	color: #4B515A;
	}

#ahq_forum #topic ul .post .post_box .social_media span
	{
	padding: 0 5px;
	}

/* --- reply form, create topic form, create account form, verify_purchase form --- */
#create_account .submit_button, #verify_purchase .submit_button, #add_reply .submit_button, #create_topic .submit_button
	{
	float: right;
	cursor: pointer;
	}
	
#create_account .fancybox
	{
	font-weight: normal;
	border-bottom: 1px dotted #3F77C5;
	}
	
#create_account .fancybox:hover
	{
	border-bottom-style: solid;
	text-decoration: none;
	}
	
#create_account .form_container p,
#verify_purchase .form_container p
	{
	color: #4B515A;
	margin-top: 0;
	line-height: 24px;
	}
	
#create_account .help_label .fancybox,
#verify_purchase .help_label .fancybox
	{
	margin-left: 10px;
	}
	
#ahq_forum #reply .forum_subheader h3
	{
	font-weight: normal;
	margin: 0 20px 0 0;
	}
	
#ahq_forum #reply .add_reply_indicator
	{	
	height: 105px;
	}
	
#ahq_forum #topic #reply
	{
	margin: 50px 0 0;
	}
	
#ahq_forum #topic #reply fieldset, #create_topic fieldset, #create_account fieldset, #verify_purchase fieldset
	{
	border: none;
	padding: 0;
	margin: 0;
	}
	
#ahq_forum #topic #reply fieldset ul, #create_account ul, #verify_purchase ul
	{
	width: auto;
	padding: 0;
	position: relative;
	}
	
#ahq_forum #topic #reply textarea
	{
	width: calc(100% - 22px);
	}
	
#ahq_forum #topic #reply ul
	{
	background-color: #FFFFFF;
	}
	
#ahq_forum .exta_details
	{
	color: #4B515A;
	background: #F5F6F7;
	padding: 20px;
	margin: 0 0 30px;
	line-height: 24px;
	}
	
.form_container
	{
	border: 1px solid #E6E8EB;
	background-color: #FFFFFF;
	padding: 30px;
	}
	
.form_container a#show_extra
	{
	font-size: 13px;
	}
	
/* --- create topic, create account, verify purchase --- */
#verify_purchase
	{
	color: #4B515A;
	}
	
#create_topic ul
	{
	width: auto;
	}
	
#create_topic label, #create_account label, #verify_purchase label, #add_reply label
	{
	color: #4B515A;
	margin-bottom: 5px;
	line-height: 24px;
	}
	
body .ahq_form
	{
	margin-bottom: 0 !important;
	}
	
body .ahq_form label
	{
	width: 100%;
	}
	
body .ahq_form label span
	{
	font-weight: 700;
	color: #232732;
	}
	
body .ahq_form li
	{
	margin-bottom: 10px;
	}
	
body .ahq_form label.full_width
	{
	width: 100%;
	}
	
#create_topic input[type="text"], #create_account  input[type="text"], #create_account  input[type="password"], #verify_purchase input[type="text"]
	{
	width: calc(100% - 22px);
	}
	
#create_account  input[type="password"]
	{
	padding: 9px 10px 10px;
	}
	
#verify_purchase select
	{
	width: 100%;
	}
	
#ahq_account #create_account  #available
	{
	/* float: right; */
	/* margin-top: 2px; */
	position: absolute;
	top: 0;
	right: 0;
	}
	
#create_topic textarea, #create_account .form_container textarea
	{
	width: calc(100% - 22px);
	padding: 13px 10px 14px 10px;
	}
	
#create_topic #related_topics
	{
	margin: 0;
	}
	
/* --- code snippet --- */
.snippet-container
	{
	padding: 32px 0;
	}
	
#ahq_forum #topic ul .post .the_message .snippet-container + br + br + h3,
#ahq_forum #topic ul .post .the_message .snippet-container + br + br + h4
	{
	margin-top: 0;
	}

#primary .snippet-container .snippet-wrap .snippet-menu
	{
	display: block !important;
	top: -28px;
	}
	
.the_post .snippet-wrap pre.sh_sourceCode
	{
	padding: 0;
	background: linear-gradient(#F5F6F7 50%, transparent 50%) repeat scroll 0 0 / 100% 48px;
	border: 1px solid #9FBBE2;
	line-height: 24px;
	padding: 0 8px;
	}
	
.the_post .snippet-wrap .snippet-num, .the_post .snippet-wrap pre.sh_sourceCode
	{
	font-family: "Courier New";
	font-size: 13px;
	color: #4B515A;
	margin: 0;
	}
	
.the_post .snippet-wrap .snippet-num li
	{
	padding: 0;
	height: 24px;
	line-height: 24px;
	}
	
.snippet-container .snippet-wrap .snippet-menu
	{
	top: 0;
	right: 0;
	}
	
.snippet-container .snippet-wrap .snippet-hide
	{
	bottom: -24px;
	right: 0;
	}
	
/* --- pagination --- */
.pagination
	{
	float: right;
	}
	
#primary #ahq_forum #ahq_topics .pagination a.link, #primary #ahq_forum #topic .pagination a.link, .pagination .current
	{
	padding: 9px 15px 10px;
	background: #FFFFFF;
	}
	
body #ahq_forum #ahq_topics .pagination a.link,
body #ahq_forum #topic .pagination a.link
	{
	color: #9398A4;
	transition: all 200ms ease;
	-moz-transition: all 200ms ease; /* Firefox */
	-webkit-transition: all 200ms ease; /* Safari and Chrome */
	-o-transition: all 200ms ease; /* Opera */
	}
	
body #ahq_forum #ahq_topics .pagination .current,
body #ahq_forum #topic .pagination .current
	{
	background: #3F77C5;
	border-color: #3F77C5;
	color: #FFFFFF;
	font-weight: normal;
	}
	
body #ahq_forum #ahq_topics .pagination
	{
	font-size: 14px;
	}
	
body #ahq_forum #ahq_topics .pagination a, #ahq_forum #ahq_topics .pagination .current,
body #ahq_forum #topic .pagination a, body #ahq_forum #topic .pagination .current
	{
	margin: 0 0 0 5px !important;
	}
	
body #ahq_forum #ahq_topics .pagination a.link:hover,
body #ahq_forum #topic .pagination a.link:hover
	{
	color: #232732;
	background: #F5F6F7 !important;
	text-decoration: none;
	}
	
#primary #ahq_forum #topic .pagination
	{
	margin: 0;
	}
	
/* --- get started --- */
	.get_started
	{
	color: #4B515A;
	margin-bottom: 20px;
	background: #F5F6F7;
	padding: 30px;
	}
	
.get_started .button
	{
	width: max-content;
	float: left;
	}
	
.get_started .button[title="Login"]
	{
	margin-right: 20px;
	}

.get_started .separator
	{
	display: none;
	}

#sidebar h3,
.get_started h3
	{
	font-size: 18px;
	font-weight: normal;
	color: #232732;
	margin-bottom: 30px;
	margin-top: 10px;
	}
	
#sidebar p,
.get_started p
	{
	margin: 0;
	line-height: 24px;
	}
	
#sidebar .first_steps,
.get_started .first_steps
	{
	padding: 0;
	margin: 30px 0 0;
	list-style-position: inside;
	line-height: 180%;
	}
	
#sidebar .first_steps a,
.get_started .first_steps a
	{
	border-bottom: 1px dotted #3F77C5;
	}
	
#sidebar .first_steps a:hover,
.get_started .first_steps a:hover
	{
	text-decoration: none;
	border-bottom-style: solid;
	}
	
.widget_divider
	{
	height: 1px;
	margin: 28px 0;
	}

.widget_divider:last-child
	{
	display: none;
	}
	
/* --- search form --- */
.search_form fieldset
	{
	border: none;
	padding: 0;
	margin: 0;
	}
	
.search_form label
	{
	display: block;
	margin-bottom: 5px;
	margin-top: 10px;
	}
	
.search_form input[type='text']
	{
	width: 247px;
	}
	
.search_form select
	{
	display: block;
	}
	
.search_form select.long
	{
	width: 269px;
	margin-bottom: 20px;
	}
	
.search_form .button
	{
	border: none;
	cursor: pointer;
	width: 100%;
	}
	
.search_form .left
	{
	float: left;
	}
	
.search_form .right
	{
	float: right;
	}
	
.search_form .left select
	{
	width: 150px;
	}
	
.search_form .right select
	{
	width: 99px;
	}
	
/* --- buttons --- */
.buttons
	{
	padding: 0;
	margin: 30px 0 0;
	list-style: none;
	}

.buttons .separator
	{
	height: 14px;
	padding: 15px 0;
	font-style: italic;
	line-height: 1em;
	text-align: center;
	}
	
.button
	{
	font-family: 'DM Sans', sans-serif;
	font-weight: 700;
	line-height: 24px;
	font-size: 14px;
	display: block;
	padding: 18px 39px 19px;
	text-align: center;
	color: #FFFFFF;
	background-color: #3F77C5;
	transition: color 200ms ease, background-color 200ms ease;
	-moz-transition: color 200ms ease, background-color 200ms ease; /* Firefox */
	-webkit-transition: color 200ms ease, background-color 200ms ease; /* Safari and Chrome */
	-o-transition: color 200ms ease, background-color 200ms ease; /* Opera */
	}

.button[title="Register"],
.button[title="Verify New Purchase"],
.button[value="Search"]
	{
	border: 2px solid #232732;
	background: none;
	color: #232732;
	padding: 16px 37px 17px;
	transition: color 200ms ease, background-color 200ms ease;
	-moz-transition: color 200ms ease, background-color 200ms ease; /* Firefox */
	-webkit-transition: color 200ms ease, background-color 200ms ease; /* Safari and Chrome */
	-o-transition: color 200ms ease, background-color 200ms ease; /* Opera */
	}

.button[title="Register"]:hover,
.button[title="Verify New Purchase"]:hover,
.button[value="Search"]:hover
	{
	text-decoration: none;
	background-color: #232732;
	color: #FFF;
	}

.button:hover,
.purchased_items li.expired a.button:hover
	{
	text-decoration: none;
	background-color: #232732;
	}

.create_topic_button, .submit_button, .reply_button
	{
	float: right;
	border: 0;
	margin-left: auto;
	white-space: nowrap;
	}

.create_topic_button:hover, .submit_button:hover, .reply_button:hover
	{
	border-color: #232732;
	}
	
.verify_purchase
	{
	margin-top: 30px;
	}
	
/* --- icons --- */
.open, .on-hold
	{
	background-image: url("images/icon_topic_open.png");
	}
.resolved
	{
	background-image: url("images/icon_topic_resolved.png");
	}

.closed
	{
	background-image: url("images/icon_topic_closed.png");
	}
	
.sticky
	{
	background-image: url("images/icon_topic_pinned.png");
	}
	
/* --- message --- */
body #content .message.error,
body #content .message.info
	{
	background-color: #F5F6F7;
	color: #4B515A;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	margin: 0 0 20px;
	padding: 30px 40px 30px 30px;
	border: none;
	line-height: 24px;
	}
	
body #content .message.error
	{
	color: #BF342A;
	background: #FBE2DB;
	font-weight: normal;
	}
	
body #content .message.info
	{
	font-weight: normal;
	}
	
/* --- tabs --- */
.ui-tabs-hide
	{
	display: none;
	}
	
.ui-tabs-nav
	{
	margin: 0;
	padding: 0;
	list-style: none;
	}
	
.ui-tabs-nav li
	{
	flex-grow: 1;
	text-align: center;
	}
	
.ui-tabs-nav li a
	{
	display: block;
	color: #232732;
	padding: 18px 40px 17px;
	font-size: 16px;
	}
	
.ui-tabs-nav li a:hover, .ui-tabs-nav li.ui-tabs-active a
	{
	color: #FFFFFF;
	background: #3F77C5;
	text-decoration: none;
	}
	
/* --- purchased items --- */
.purchased_items
	{
	list-style: none;
	padding: 0;
	margin: 0;
	}
	
.purchased_items li
	{
	margin-bottom: 20px;
	background: #F5F6F7 url("images/support_expires.png") no-repeat 30px 50%;
	padding: 30px 30px 30px 120px;
	display: flex;
	align-items: center;
	}
	
.purchased_items li.expired
	{
	background: #FBE2DB url("images/support_expired.png") no-repeat 30px 50%;
	}
	
.purchased_items li.expired span
	{
	color: #BF342A;
	}
	
.purchased_items li.expired a, .purchased_items li.expired span strong
	{
	color: #BF342A;
	}
	
.purchased_items li span strong
	{
	color: #232732;
	}
	
.purchased_items li.expired a.button
	{
	background: #CB544C;
	}
	
.purchased_items li div
	{
	float: left;
	}
	
.purchased_items li span
	{
	display: block;
	margin-top: 8px;
	color: #4B515A;
	}
	
.purchased_items li a
	{
	font-size: 18px;
	color: #232732;
	cursor: pointer;
	}
	
body .purchased_items li a.button
	{
	float: right;
	font-size: 14px;
	width: 120px;
	color: #FFF;
	margin-left: auto;
	}
	
#sidebar .purchased_items li
	{
	margin-top: 20px;
	margin-bottom: 0;
	padding: 15px;
	background-image: none;
	flex-direction: column;
	align-items: baseline;
	}
	
#sidebar .purchased_items li a.button
	{
	clear: both;
	width: calc(100% - 78px);
	margin-top: 15px;
	}
	
#sidebar .purchased_items li > a:first-child
	{
	font-size: 16px;
	}
	
.header_container
	{
	background-color: #323438;
	line-height: normal;
	}
	
.header
	{
	width: 1170px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	flex-direction: row;
	align-items: center;
	}

.header_left 
	{
	float: left;
	width: auto;
	flex: 0 1 auto;
	}

.menu-main-menu-container
	{
	float: right;
	position: relative;
	flex: 1 1 auto;
	}

.header_right
	{
	float: right;
	}
	
/* --- logo --- */
.header_left a
	{
	display: block;
	text-decoration: none;
	font-size: 25px;
	line-height: 25px;
	color: #FFF;
	font-family: 'DM Sans', sans-serif;
	font-weight: 700;
	margin-top: 12px;
	margin-bottom: 16px;
	padding: 18px 0;
	}

/* --- menu --- */
.menu-main-menu
	{
	float: right;
	position: relative;
	}
	
.sf-menu
	{
	margin: 0;
	padding: 0;
	}
	
.sf-menu li
	{
	float: left;
	list-style: none;
	margin-left: 31px;
	}

#menu-line-top
	{
	display: none;
	}

.sf-menu li a
	{
	display: block;
	padding: 12px 0 14px 0;
	color: #ABB0BA;
	font-size: 15px;
	line-height: 24px;
	text-decoration: none;
	outline: none;
	font-family: 'DM Sans', sans-serif;
	font-weight: 700;
	transition: color 0.2s ease 0s;
	}

.sf-menu li:hover a,
.sf-menu .current_page_item a,
.sf-menu .selected a
	{
	color: #FFF;
	}

.sf-menu li a::after
	{
	content: "";
	width: 100%;
	height: 2px;
	display: block;
	transition: transform 0.2s ease 0s;
	transform: scaleX(0);
	transform-origin: left;
	background: #FFF;
	}

.sf-menu li:hover a::after,
.sf-menu .selected a::after
	{
	transform: scaleX(1);
	}

.mobile_menu 
	{
	display: none;
	padding: 0;
	flex: 1 1 auto;
	}
	
.mobile_menu select
	{
	background: #323438;
	font-size: 13px;
	font-family: arial, sans-serif;
	border: 1px solid #545961 !important;
	cursor: pointer;
	padding: 13px 10px 14px;
	width: 310px;
	float: right;
	color: #FFF;
	}

.banner
	{
	display: block;
	}
	
.banner img
	{
	display: block;
	width: 100%;
	max-width: 269px;
	height: auto;
	}
	
.bmc-btn
	{
	margin-left: auto;
	height: 29px;
	background: #99BD83;
	padding: 0 7px 0 12px;
	outline: none;
	display: -ms-flexbox;
	display: -webkit-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	align-items: center;
	border-radius: 3px;
	}
	
.bmc-btn:hover
	{
	text-decoration: none;
	}
	
.bmc-btn svg
	{
	height: 21px;
	margin-right: 6px;
	}
	
.bmc-btn .bmc-btn-text
	{
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	font-family: arial, sans-serif;
	}
	
/* kawa */
#bmc-wbtn
	{
	-moz-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.15) !important;
	-webkit-box-shadow: 0px 4px 8px 0 rgba(0, 0, 0, 0.15) !important;
	box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.15) !important;
	background: #99BD83 !important;
	}

#bmc-wbtn + div
	{
	background: #232732 !important;
	color: #FFF !important;
	font-size: 14px !important;
	bottom: 18px !important;
	padding: 11px 15px 11px 15px !important;
	box-shadow: none !important;
	}

/* related */
#ahq_forum #related_topics
	{
	border: 0 !important;
	}

#ahq_forum #related_topics .results
	{
	margin-top: 10px !important;
	}