/*
Theme Name: BartaXchange
Theme URL: https://october.com.au
Description: BartaXchange custom theme (GeneratePress child)
Author: Craig Delahoy
Author URL: https://october.com.au
Template: generatepress
Version: 1.0.0
Text Domain: bartaxchange
*/


body, html, div, p, tr, td {
	font-size: 14px;
	line-height: 1.3em;
}

header.site-header {
	position: fixed;
	top: 0;		
	width: 100%;
	border-bottom: 2px solid #eaecec;
}

#content.site-content {
	padding-bottom: 120px;
}

/*
.site-footer {
	position: fixed;
	bottom: 0;	
	width: 100%;
}
*/

.site-info {
	display: none;
}

.align-right {
	text-align: right;
}


/*
 *	Media query for mobile phones in any orientation
 */
 
@media only screen and (min-width: 414px) and (max-width: 736px) ,
	only screen and (min-width: 375px) and (max-width: 667px) ,
	only screen and (min-width: 360px) and (max-width: 640px) ,
	only screen and (min-width: 320px) and (max-width: 568px) {

	.site-footer {
		position: inherit;
	}
		
	#content.site-content {
		padding-bottom: 100px;
	}
	
	.mobile-center,
	.align-right {
		text-align: center;
	}

} 

/*
 *	Media query for tablets
 */
 
@media only screen and (min-width: 768px) and (max-width: 1024px) {

	.site-footer {
		position: inherit;
	}
		
	#content.site-content {
		padding-bottom: 100px;
	}

}
 