/*   

	Theme Name: aan_northstarmetal_new
	Theme URI: http://onepage.webdevflux.com/
	Author: aanDeveloper team
	Author URI:  
	Description: 
	Version: 1.0
	License: -
	License URI: -
	Tags: -
	Text Domain: aan_northstarmetal
*/


/* =WordPress Core
-------------------------------------------------------------- */
.sticky_class{
	
}

.bypostauthor{

}

.gallery-caption{

}

.sticky .title .fa{
	display: inline-block !important;
}
 
table{
	width: 100%;
	margin-bottom: 15px;
} 

caption{
	text-align: left;
    font-size: 16px;
    font-family: "Avenir-BlackOblique";
    color: #515151;
    line-height: 1.6;
}

th{
	font-family: "Avenir-Black";
    color: #595959;
	font-size: 18px;
}

td{
	font-family: "Avenir-Roman";
}

td a{
	font-family: "Avenir-BlackOblique";
    color: #515151;
	text-decoration: underline;
}

td,th{
	border: 1px solid #cecece;
    padding: 5px 10px;
}

@media(max-width:767px){
	th{
		font-size: 16px;
	}
	td{
		font-size: 15px;
	}
}
@media(max-width:500px){
	th{
		font-size: 14px;
	}
	td{
		font-size: 13px;
	}
}
@media(max-width:400px){
	th{
		font-size: 12px;
	}
	td{
		font-size: 10px;
	}
}
@media(max-width:350px){
	th{
		font-size: 10px;
	}
	td{
		font-size: 8px;
	}
}
img{
	max-width: 100%;
	height: auto;
}

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    max-width: 96%; 
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 12px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
	font-style: italic;
}

/* Text meant only for screen readers. */

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

.gallery-caption {
    font-size: 12px;
} 

dt{
	font-weight: 700;
}

dd{
	margin: 0 1.5em 1.5em;
}

i, cite, em, var, address, dfn {
    font-style: italic;
}

address{
	margin: 0 0 1.5em;
}

abbr, acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}
body{
	    font-family: "Avenir-Roman"!important;
}

.regular_page {
    font-size: 16px;
    font-family: "Avenir-Roman";
    line-height: 2;
}