/*
	Theme Name: Centris Template
	Theme URI: http://html5blank.com
	Description: Based on HTML5 Blank WordPress Theme
	Version: 1.4.3
	Author: Jim Williams
	
	Tags: Blank, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
body {
	font:400 14px/1.6 'Nunito Sans', sans-serif;
	color:#111;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}

img {
	/*max-width:100%;
	vertical-align:bottom;*/

}

a {
	color:#582c83;
	text-decoration:none;
	border-bottom: 1px solid;
}


a:hover {
	color:#a1224e;
	border-bottom: 2px solid;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
	max-width:1280px;
	width:95%;
	margin:0 auto;
	position:relative;
}





/* header */
.header {

}

/* logo */
.logo {
	max-width: 20vw;
	margin:0 auto;
	padding-top: 2%;

}

/* cancels link styling for logo link */
#logo_link	{
	border-bottom: 0px hidden;
}


.logo-img {

	max-height: 120px;
}

/* nav */
.nav {

	padding-top: 1em;
}

/* sidebar */
.sidebar {
	
}

/* footer */
.footer {

	clear:both;

}

/* copyright in footer */
.copyright	{
    border-style: solid;
    border-width: 1px 0px 0px 0px;
    border-color: #582c83;
    margin: 16px 0px 16px 0px;
    padding: 8px 0px 8px 0px;
	}


/* disable comments */
.comments	{
	display:none;
}

/* style the search bar */
.searchbar-widget	{
	text-align: center;
	padding-top: 1em;
	margin-top: 1em;
	border-top-style: solid;
	border-top-width: 3px;
	border-top-color: #dddddd;
	
}


/* set Tablepress properties */

.tablepress	{
	margin: 0 auto 1em;
	border: solid 1px !important;
}

.tablepress thead th,
.tablepress tfoot th {
	background-color: #582c83 !important;
	color: #ffffff !important;
}

/*------------------------------------*\
    PAGES
\*------------------------------------*/





/*------------------------------------*\
    IMAGES
\*------------------------------------*/

/* feature image */
#feature_image img	{
	margin-top: -1px;	/*avoids thin line at some sizes*/
	max-height: 30vh;
	max-width: 100%;
	overflow: hidden;
	display:block;
	margin-left:auto;
	margin-right:auto;

}


/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

/*
@font-face {
	font-family:'Font-Name';
	src:url('fonts/font-name.eot');
	src:url('fonts/font-name.eot?#iefix') format('embedded-opentype'),
		url('fonts/font-name.woff') format('woff'),
		url('fonts/font-name.ttf') format('truetype'),
		url('fonts/font-name.svg#font-name') format('svg');
    font-weight:normal;
    font-style:normal;
}
*/

h1,
h2,
h3,
h4,
h5,
h6 {


}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
	padding-top: 0;
}

h1 {
	font-size: 2.5rem;
	line-height: 2.5rem;
	font-weight: 800;
	color: #222;
}

h2 {
	font-size: 2.5rem;
	line-height: 2.5rem;
	font-weight: 800;
	color: #999;
}

h3 {
	font-size: 2rem;
	line-height: 2.1rem;
	font-weight: 800;
	color: #444;
}

h4 {
	font-size: 2rem;
	line-height: 2.1rem;
	font-weight: 800;
	color: #444;
}

h5 {
	font-size: 1.5rem;
	line-height: 1.6rem;
	font-weight: 800;
	letter-spacing: 0.15em;
	text-transform: uppercase;
	color: #444;
}

h6 {
	font-size: 1.5rem;
	line-height: 1.6rem;
	font-weight: 800;
	letter-spacing: 0.15em;
	text-transform: uppercase;
	color: #444;
}

p {
	margin: 0 0 1.5em;
	padding: 0;
}

blockquote	{
	font-style: italic;
	font-weight: 700;
	color: gray;
	padding-left: 1em;
	padding-right: 4em;
    border-left-style: solid;
    border-left-width: 6px;
    border-left-color: #582c83;
    margin-left: 4em;
    margin-right:4em;
}



/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (min-width:320px) {

	.multi_column	{
	column-count: 1;
	column-gap: 4em;
	column-rule: 1px solid #aaaaaa;
	}
	
}
@media only screen and (min-width:480px) {

	.multi_column	{
	column-count: 2;
	column-gap: 4em;
	column-rule: 1px solid #aaaaaa;
	}
	
	
}

@media only screen and (min-width:600px) {

	.multi_column	{
	column-count: 2;
	column-gap: 5em;
	column-rule: 1px solid #aaaaaa;
	}
	
	.has-sidebar#primary {
	float: none;
	width: 100%;
	border-right-style: none;
	border-right-width: 1px;
	border-right-color: #dddddd;
	margin-right: 0em;
	padding-right: 0em;
	margin-top: 0em;
	
}

	.has-sidebar#secondary {
	float: none;
	width: 100%;
	border-top-style: solid;
	border-top-width: 3px;
	border-top-color: #dddddd;
	}
		
}

@media only screen and (min-width:768px) {

.multi_column	{
	column-count: 3;
	column-gap: 6em;
	column-rule: 1px solid #aaaaaa;
	}
	
	.has-sidebar#primary {
	float: left;
	width: 60%;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #dddddd;
	margin-right: 1em;
	padding-right: 1.5em;
	margin-top: 1em;
	margin-bottom: 1em;
}

.has-sidebar#secondary {
	float: right;
	padding-top: 0;
	width: 36%;
	padding-top: 1em;
	border-top-style: none;
	border-top-width: 3px;
	border-top-color: #dddddd;
}


}
@media only screen and (min-width:1024px) {

}
@media only screen and (min-width:1140px) {

}
@media only screen and (min-width:1280px) {
	.multi_column	{
	column-count: 4;
	column-gap: 6em;
	column-rule: 1px solid #aaaaaa;
	column-span: 2;
	}
}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.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;
	border:1px solid #F0F0F0;
	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 .wp-caption-text,
.gallery-caption {
	font-size:12px;
	line-height:16px;
	margin:0;
	padding:8px 4px 2px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}
