/*
 *  custom.css
 *
 * This file contains css values and hints for style elements that are frequently customised.
 * Note that this CSS file is loaded last so values defined here will override all others
 * including responsive.css
 */

/* Changing the header image
 * With this version of proftaxist it is not possible to change the header image using CSS
 * It is recommended that the header image is changed by renaming your file to dashboard.jpg in
 * the styles/proftaxist/theme/images/ directory.
 * Alternatively the link may be changed in styles/proftaxist/template/overall_header.html
 * around line 211.


/* link decoration
 * Uncomment the following lines to have all links underlined
 * and visited links re-coloured
 */
/*
a:link,a:visited {
	text-decoration: underline;
	color: #3f3f3f; }

a:focus,
a:hover, a:active {
	text-decoration: underline; }
*/

/*
 * remove header background colour (no border around the image)
 */

.proftaxist-header {
	/* background: #ffffff; */
	/*background-clip: border-box;*/
}

/*
 * set header background colour (appears as a border around the image, comment out this code for a white border)
 */

/*** begin header colour ***/
/*
.proftaxist-header {
	background: #a4a4a4;
}
*/
/*** end header colour ***/


/*
.proftaxist-sitename, .proftaxist-sitename h1{
	color: #005599;
}
*/

/* Set the maximum forum width on wide screens
 * To set a maximum width that the forum will not grow beyond, uncomment the following lines
 * and set a value (1200px or 1899px are typical values)
 */
.proftaxist-wrapper,
.proftaxist-dashboard,
.proftaxist-footer {
	max-width: 1010px;
}

.proftaxist-footer-wrapper .content-rights {
	margin-top: 8px;
	padding-bottom: 15px;
	font-size: 10px;
	line-height: 1.3;
	color: #ccc;
	opacity: 0.5;
}


/* Allow post text to fill the available width on wide screens */
/*
.section-viewtopic .postbody .content {
	max-width: none;
}
*/

/*
 * Hide some non-essential menu items if desired
 */
/*
#menu_faq, #button_faq{
	display: none;
}
*/

/*
#menu_team, #button_team{
	display: none;
}
*/

/*
#menu_memberlist, #button_memberlist{
	display: none;
}*/


/*#topic_watch_button, #forum_watch_button,*/ #topic_bookmark_button, #topic_bump_button{
	display: none;
}

/*
 * Button hide threshold
 * The max-width here adjusts the screen widths for which the header buttons are replaced by a dropdown menu
 * set this value higher if the screen buttons start to wrap, or the text becomes ugly in your language.
 * The valid range of this value is 319px to 699px.
 * I prefer a value of 319px, but if you have added buttons, or use a language with long button labels,
 * a higher value may work better for you.
 */
@media only screen and (max-width:700px) {
	.proftaxist-wrapper {
		padding-left: 10px;
		padding-right: 10px;
	}
	.proftaxist-menu li > a {
		   display: none;
	}

	.proftaxist-mobile-dropdown-menu {
		display: block;
	}

	.proftaxist-posts-menu,
	.proftaxist-forum-menu {
		display: none;
	}
	
	fieldset.quick-login label {
		display: block;
		margin-bottom: 5px;
		white-space: normal;
	}

	fieldset.quick-login label > span {
		display: inline-block;
		min-width: 106px;
	}

	fieldset.quick-login input.inputbox {
		width: 85%;
		max-width: 300px;
		margin-left: 20px;
	}

	fieldset.quick-login label[for="autologin"] {
		display: inline-block;
		text-align: right;
		min-width: 50%;
	}
	.stat-block.statistics p {
		margin-bottom: 0;
	}
    .proftaxist-footer-wrapper .content-rights {
        margin-top: 3px;
    }
}

@media only screen and (max-width: 550px) {
	ul.linklist > li.proftaxist-time {
		margin-bottom: 8px;
		margin-top: -10px;
		text-align: left;
	}
}

/*
 * To move the header buttons so that they sit outside the header image,
 * (as was the default for a few version of this style),
 * comment out the following blocks of code:
 */
/*** begin buttons inside ***/
.proftaxist-header.proftaxist-wrapper {
	padding: 0;
	border: 0;
}
/*** end buttons inside ***/

.action-bar {
	text-transform: none;
}

.postprofile strong {
	font-weight: normal;
}

.footer-row {
    font-size: 13px;
    line-height: 18px;
}

ul.searchresults {
    padding: 10px;
}

.jumpbox-cat-link {
    background-color: #FF8500;
    border-top-color: #FF8500;
}

.jumpbox-cat-link:hover {
	background-color: #FF8500;
	border-top-color: #FF8500;
}

.jumpbox-sub-link {
	background-color: #F9F9F9;
}

.jumpbox-sub-link:hover {
	background-color: #F9F9F9;
}

/* QuickReply */
.abbc3_buttons_row {
	width: 100% !important;
	padding: 0 !important;
	border: none !important;
	background: none !important;
}

.smiley-box {
	max-width: none;
}

#abbc3_buttons {
	margin: 0 !important;
}
/* QuickReply */

[data-s9e-mediaembed] span { 
	height: 0; 
}

@font-face {
	font-family: 'Font Awesome 5 Brands';
	font-style: normal;
	font-weight: 400;
	font-display: block;
	src: url("../../../../wp-content/themes/proftaxist/fonts/fontawesome/fa-brands-400.eot");
	src: url("../../../../wp-content/themes/proftaxist/fonts/fontawesome/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../../../../wp-content/themes/proftaxist/fonts/fontawesome/fa-brands-400.woff2") format("woff2"), url("../../../../wp-content/themes/proftaxist/fonts/fontawesome/fa-brands-400.woff") format("woff"), url("../../../../wp-content/themes/proftaxist/fonts/fontawesome/fa-brands-400.ttf") format("truetype"), url("../../../../wp-content/themes/proftaxist/fonts/fontawesome/fa-brands-400.svg#fontawesome") format("svg"); }

.fab {
	display:inline-block;
	font:normal normal normal 14px/1 'Font Awesome 5 Brands';
	font-size:inherit;
	text-rendering:auto;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
	transform: none;
}

.fa-telegram-plane:before{content:"\f3fe"}
.fa-tiktok:before{content:"\e07b"}