/*
Theme Name: Harc Forum
Description: Child theme for Ultra theme
Author: Alined Design
Template: harc
*/

/* write custom css below */


/**************************************************************************************
* CLEARFIX
**************************************************************************************/
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

/**************************************************************************************
* 4 COLUMNS GRID
**************************************************************************************/
.col{float:left;}
.col-1-4{width:25%; padding-left:10px; padding-right:10px; box-sizing:border-box; }
@media (max-width: 960px){
	.col-1-4{
		width:50%;
	}
}
@media (max-width: 640px){
	.col-1-4{
		width:100%;
	}
}

/**************************************************************************************
* HACKY FIX FOR 3 OF 3 COLUMNS
**************************************************************************************/
.col-3-3
{
	width:100%;
}
/**************************************************************************************
* SOFTWARE PORTAL
**************************************************************************************/
.software-portal
{
	text-align: center;
	padding:5vh 0px;
}
.software-portal span
{
	font-size:120px;
	display:block;
	margin-bottom:20px;
}
.software-portal a
{
	color:inherit;
	text-decoration:none;
}

/**************************************************************************************
* BB PRESS - HEADER
**************************************************************************************/
#subscription-toggle
{
	float:right;
	display:block;
	padding:10px 0px;
}

/**************************************************************************************
* NEW BUTTONS
**************************************************************************************/

.bbp-login-form button.user-submit,
.button.login-link,
body.category ul.subcategories-list li a.button,
#bbpress-forums #bbp-search-form #bbp_search_submit
{
	background: #f1592a;
	border-style: none;
	color: #fff;
	font-family: 'Lato',sans-serif;
	font-size: 14px;
	text-align: center;
	font-weight: 800;
	display: block;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0.75em 0.5em;
	text-transform: uppercase;
	margin-top: 0.5em;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-transition: 0.2s all;
	-moz-transition: 0.2s all;
	-o-transition: 0.2s all;
	transition: 0.2s all;
	line-height:1;
	text-decoration:none;
	margin-bottom:5px;
}

/**************************************************************************************
* BB PRESS - LOGIN FORM
**************************************************************************************/
.content .sidebar .widget.bbp_widget_login,
{
	width: 100%;
	font-size: 14px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #777;
	border: 2px solid #f2f2f2;
	background-color: #FFF;
	background-image: -moz-linear-gradient(top, #FFF 0%, #FEF5F0 100%);
	background-image: -o-linear-gradient(top, #FFFFFF 0%, #FEF5F0 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFFFFF), color-stop(1, #FEF5F0));
	background-image: -webkit-linear-gradient(top, #FFFFFF 0%, #FEF5F0 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#FEF5F0));
	background-image: linear-gradient(to bottom, #FFF 0%, #FEF5F0 100%);
}
.bbp-login-form fieldset
{
	border:0px;
	padding:0px;
	margin:0px;
	display:block;
	max-width:420px;
	width:100%;
}
.bbp-login-form iframe
{
	margin:0px !important;
	padding:0px !important;
	height: 78px !important;
}

.bbp-login-form input#user_login,
.bbp-login-form input#user_pass,
.bbp-login-form input#user_email
{
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0.5em;
    font-size: 13px;
    font-family: 'Lato',sans-serif;
    border: 1px solid #eee;
}


.bbp-login-form .bbp-remember-me
{
	margin-right:20px;
}
.bbp-login-links
{
	margin-bottom:5px;
}
.bbp-login-links a
{
	clear:none;
	float:right;
	font-size:12px;
	margin-left:5px;
	line-height:1;
}
.bbp-login-form .bbp-submit-wrapper
{
	width:100%;
}
.bbp-login-form .g-recaptcha
{
	margin-top:20px;
}
/*
.bbp-login-form .g-recaptcha
{
	margin-top:10px;
	transform-origin:0 0;
	transform:scale(0.8);
}*/


/**************************************************************************************
* ARCHIVE PAGE
**************************************************************************************/
body.archive article
{
	margin-bottom:30px;
	padding-bottom:30px;
	border-bottom:1px solid rgb(245, 245, 245);
}
body.archive article:last-of-type
{
	border-bottom:0px;
}

/**************************************************************************************
* SUB CATEGORIES LIST
**************************************************************************************/
body.category ul.subcategories-list 
{
	margin:0px 0px 20px 0px;
	padding:0px;
	display:block;
}
body.category ul.subcategories-list li
{
	list-style: none;
	display:inline-block;
}

/**************************************************************************************
* FORUM TEMPLATE LAYOUT
**************************************************************************************/
.content .sidebar.forum-bottom
{
	width:100%;
}
.content .sidebar.forum-bottom > *
{
	float:left;
	width:31%;
	width:calc( 33% - 20px );
	margin:1%;
	margin:calc( 10px - 0px );
	box-sizing:border-box;
}
.content .sidebar.forum-bottom > *:nth-child(4n+1)
{
	clear:left;
}
.forum-archive article:last-child
{
	padding-bottom:0px;
}

/**************************************************************************************
* FORUM HEADER SECTION
**************************************************************************************/
/* REMOVE PADDING ON BREADCRUMBS */
#bbpress-forums div.bbp-breadcrumb p,
#bbpress-forums div.bbp-topic-tags p
{
	margin:0px;
	line-height:37px;
}

/* SEARCH WRAPPER */
#bbpress-forums .bbp-search-form {
    float: right;
    width: 260px;
    max-width: 50%;
    margin-bottom:10px;
}
@media (max-width:480px)
{
	#bbpress-forums .bbp-search-form {
		width:100%;
		max-width:100%;
	}
}
/* INPUT SEARCH */
#bbpress-forums #bbp-search-form #bbp_search
{
	display: block;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0.75em 0.5em;
	font-size: 13px;
	font-family: 'Lato',sans-serif;
	border: 1px solid rgb(238, 238, 238);
}
/* LAYOUT */
#bbpress-forums #bbp-search-form #bbp_search
{ 
	max-width:55%;
	max-width:calc( 60% - 10px );
	margin-right:10px;
	float:left;
}
#bbpress-forums #bbp-search-form #bbp_search_submit
{ 
	max-width:40%;
	float:left;
	margin:0px;
	border: 1px solid rgb(241, 89, 42);
}

/* CUSTOM LOGIN REGISTER PROFILE LOGOUT ICONS */
.bbp-custom-login
{
	line-height:37px;
	float:right;
	margin-right:10px;
}
/* FIX THE CONTENT EDITORS BORDER */
#bbpress-forums div.bbp-the-content-wrapper textarea.bbp-the-content
{
	border-left:1px solid #EEEEEE;
	border-right:1px solid #EEEEEE;
	border-bottom:1px solid #EEEEEE;
}

/**************************************************************************************
* BREADCRUMGS NAV XT 
**************************************************************************************/
.breadcrumbs
{
	font-size:12px;
	line-height:37px;
}

/**************************************************************************************
* MIN HEIGHT ON TEAM IMAGES
**************************************************************************************/
.content .team-archive .profile img
{
	min-height:initial;
}

/**************************************************************************************
* DROPDOWN MENUS
**************************************************************************************/


/**************************************************************************************
* CONTACT 
**************************************************************************************/
.contact-header-row
{
	text-align: center;
}
.contact-row
{
	margin-top:20px;
	padding-top:20px;
	border-top:1px solid #eeeeee;
}
.contact-row iframe
{
	width:100%;
}
.contact-row a
{
	color: inherit;
}

/**************************************************************************************
* JOB LISTINGS
**************************************************************************************/
.no_job_listings_found
{
	font-weight: bold;
	text-align: center;
	margin:40px 0px;
}






/* UPDATES - STEVE 26th JUNE */

.grecaptcha-badge iframe
{
	margin-top: 0 !important;
}

body:not(.page-template-template-contact) .gform_wrapper, body:not(.page-template-template-contact) .gform_confirmation_wrapper
{
	width: 100%;
    font-size: 14px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px;
    border-radius: 5px;
    color: #777;
    border: 2px solid #f2f2f2;
    background-color: #FFFFFF;
    background-image: -ms-linear-gradient(top, #FFFFFF 0%, #FEF5F0 100%);
    background-image: -moz-linear-gradient(top, #FFFFFF 0%, #FEF5F0 100%);
    background-image: -o-linear-gradient(top, #FFFFFF 0%, #FEF5F0 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFFFFF), color-stop(1, #FEF5F0));
    background-image: -webkit-linear-gradient(top, #FFFFFF 0%, #FEF5F0 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#FEF5F0));
    background-image: linear-gradient(to bottom, #FFFFFF 0%, #FEF5F0 100%);
    line-height: 1.5em;
}
.gform_body input 
{
	background: #fff;
    border-style: none;
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    padding: 0.75em 1em;
    border: 2px solid #eee;
	margin: 5px 0 10px 0;
}
.gform_body textarea
{
	background: #fff;
    border-style: none;
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    padding: 0.75em 1em;
    border: 2px solid #eee;
	margin: 5px 0 10px 0;
	resize: none;
    height: 120px;
}
.gform_footer input 
{
	background: #f1592a;
    border-style: none;
    color: #fff;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    text-align: center;
    font-weight: 800;
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0.75em 0.5em;
    text-transform: uppercase;
    margin-top: 0.5em;
    border-radius: 5px;
    -webkit-transition: 0.2s all;
    -o-transition: 0.2s all;
	transition: 0.2s all;
	width: 100% !important;
}
.gform_footer input:hover
{
	background: #00adef;
}
.g-recaptcha, .ginput_recaptcha
{
	transform: scale(0.8) !important;
	-webkit-transform:scale(0.8) !important;
	transform-origin:0 0 !important;
	-webkit-transform-origin:0 0 !important;
	max-width: 245px !important;
}
.content .sidebar iframe
{
	height: 80px !important;
}




img 
{
	max-width: 100%;
	height: auto;
}
