/*
Theme Name: syndicat
Theme URI: http://underscores.me/
Author: thms Dark Roast
Author URI: http://darkroast.nu
Description: Description
Version: 1.0
License: GNU General Public License
License URI: license.txt
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

 syndicat is based on Underscores http://underscores.me/, (C) 2012-2013 Automattic, Inc.

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/

/* Fonts
-------------- */

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

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

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

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


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

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

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

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


/* =Reset
-------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%; 
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}


article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
div,
section {
	display: block;
		-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}

ul {
	list-style: none;
}

/* =Global
----------------------------------------------- */

body{
	font-size: 15px;
	font-size: 1.0rem;
	line-height: 1.4;
	font-family: 'allerregular';
	border-top:#2088ad solid 0.7rem;
	color: #4e4745;
	background: #fcfeff;
}

/* Headings */
h1{
	font-family:'allerbold', arial;
	font-size: 3.2rem;
	color: #2088ad; 
/*	text-transform:uppercase; */
	clear: both;
}

h2{
	color: #2088ad;
	font-size: 1.4rem;
	font-family:'allerbold' , arial;
	clear: both;
}

h2.event-title{
		color: #4e4745;
}

h3{
	color: #797879; 
	font-size: 1.4rem;
	font-family:'allerbold' , arial;
	clear: both;
}

h4{
	font-size: 1.4rem;
	font-family:'allerbold' , arial;
	clear: both;
}

h5{
	font-size: 1.2rem;
	font-family:'allerbold' , arial;
	clear: both;
}

h6{
	font-family:'allerbold' , arial;
	clear: both;
}

p{
	padding-bottom:1.0rem;
}

a {
	color: #2088ad;
	text-decoration:none;
	transition: all 0.5s;
}
a:visited {
	color: #79b7ce;
}
a:hover,
a:focus,
a:active {
	color: #145066;
	outline: 0;
}


a img {
	border: 0;
}

hr {
/*	background-color: #ccc; */
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ol {
	list-style: decimal;
}

b, strong {
	font-weight: normal;
	font-family: 'bitterbold';
}

i, em {
	font-weight: normal;
	font-family: 'bitteritalic';
}
   
blockquote, q{
	margin: 0.5rem 1.5rem 1.0rem 2.5rem;
	font-family: 'aller_lightregular';
	font-size: 1.1rem;
	color: #797879;
	border-bottom: #2088ad solid 0.2rem;
}

figure {
	margin: 0;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
/*	max-width: 100%; /* Adhere to container width. */
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	min-width: 100%;
}


/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.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-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/* Clearing */
.clear:before,
.clear:after,
[class*="content"]:before,
[class*="content"]:after,
[class*="site"]:before,
[class*="site"]:after {
	content: '';
	display: table;
}

.clear:after,
[class*="content"]:after,
[class*="site"]:after {
	clear: both;
}

/* Structure
------------- */
.wrap{
	width: 100%;
	max-width: 1140px;
	margin: 0 auto;
}
#main{
	padding:1rem;
	position: relative;
}

#primary{
	float: left;
	width: 74%;
	margin: 0;
}



#content{
	clear: both;
}

#content-sidebar{
	float: right;
	width: 26%;
}

#secondary{
	position:relative;
	float: right;
	width: 23%;
	margin: 0;
}

#content{
	float: left;
	width: 70%;
	margin: 0;
}

/* Header
------------------------------------------ */
#masthead{
	background:#fcfeff;
	z-index: 1000;
}

.site-branding{
	float:left;
	padding: 1rem;
	width:auto;
}

.site-branding img{
	max-width: 100%;
}

/* =Menu
----------------------------------------------- */
/* main menu */
.main-navigation{
	float: right;
	margin: 3rem 0;
}

.main-navigation a{
	margin-left: 2rem;
	padding-bottom: 0.2rem;
	color: #4e4745;
	font-family: 'allerregular';
	text-transform:	uppercase;
	transition: all 0.2s;
	display: block;
	text-decoration: none;
}

.main-navigation .mainmenu > .current_page_item a{
	border-bottom:#2088ad solid 0.4rem;
	padding-bottom: 0.4rem;
}

.main-navigation .mainmenu > li > a:hover,
.main-navigation .menu-item-has-children:hover > a{
	border-bottom:#9e6600 solid 0.4rem;
	padding-bottom: 0.4rem;
}

.main-navigation .sub-menu > .current_page_item > a{
	color:#2088ad;
}

.main-navigation .menu-item-has-children > a:after{
	content: '\e0c1';
	width: 2rem;
  font-family: 'typicons';
  font-style: normal;
  font-weight: normal;
 font-size: 1.0rem;
  speak: none;
  display: inline-block;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation ul ul{
-webkit-box-shadow:  0px 8px 5px -5px rgba(0, 0, 0, 0.2);
        
    box-shadow:  0px 8px 5px -5px rgba(0, 0, 0, 0.2);
	display: block;
	float: left;
	position: absolute;
	top: 2.1rem;
	left: 0;
	z-index: -999; 
	transition: all 0.1s;
	opacity: 0;	
	background: #fcfeff;
	height: auto;
	margin-bottom:0.5rem;
	border: none;
	padding-right:2rem;
	overflow:auto;
		
}
.main-navigation ul ul ul {
	left: 100%;
	top: 0;
}
.main-navigation ul ul a {
	padding-bottom: 0.4rem;
	margin-bottom:0.2rem;
	border: none;
}

.main-navigation ul ul a:hover {
	padding-bottom: 0.4rem;
	margin-bottom:0.2rem;
	border: none;
	color:#9e6600;
}

.main-navigation ul li:hover > ul{
	display: block;
	top: 2.5rem;
	opacity: 1;	
	z-index: 99999; 
	transition: z-index 0.5s;
}

/* header nav */

/* Content menu */
.header-nav{
	background: #2088ad
}

.header-nav ul{
	width: 100%;
	margin: 0;
	list-style:none;
}

.header-nav li a{
	display: block;
/*	margin-bottom: 0.2rem; */
	padding: 0.8rem 1.0rem;
	font-size: 1.2rem;
	font-family: 'allerregular';
	text-transform:	uppercase;
	color: #fcfeff;
}

.header-nav li a:hover,
.header-nav li a:active,
.header-nav li a:focus{
	background: #af7000;
}

.header-nav li ul{
	background: #79b7ce;
	border-top: #145066 3px solid;
}

.header-nav li ul li a{
	display: block;
/*	margin-bottom: 0.2rem; */
	padding-left: 1.5rem;
	font-size: 1.1rem;
	font-family: 'allerregular';
	color: #fff;
}

.header-nav li.menu-item-has-children > a:after{
	content: '\e0c1';
	width: 2rem;
  font-family: 'typicons';
  font-style: normal;
  font-weight: normal;
 font-size: 1.0rem;
  speak: none;
  display: inline-block;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.header-nav li.menu-item-has-children > a.active:after{
	content: '\e0b0';
}

.header-nav .search{
	margin: 0.3rem 1rem;
}


/* Content menu */
.content-links ul{
	width: 100%;
	margin: 0;
	list-style:none;
}

.content-links ul a{
	display: block;
	margin-bottom: 0.2rem;
	padding: 0.7rem 1.0rem;
/*	font-size: 1.2rem; */
	font-family: 'allerregular';
/*	text-transform:	uppercase; */
	color: #fcfeff;;
	background: #2088ad;
	transition: all 0.8s;	 
}

.content-links ul a:visited{
	background: #79b7ce; 
}

.content-links ul a:hover,
.content-links ul a:focus,
.content-links ul a:active{
	background: #af7000; 
}



/*! responsive-nav.js 1.0.24 by @viljamis */

.nav-toggle,
.nav-collapse{
  display: none;
}

/* .nav-collapse  ul {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  list-style: none;
}

.nav-collapse li {
  width: 100%;
  display: block;
}

.nav-collapse li a{
  width: 100%;
  font-size: 1.2rem;
  display: block;
  background: #2088ad;
  margin: 0 ;
  padding: 1rem;
  
} */

.js .nav-collapse {
  clip: rect(0 0 0 0);
  max-height: 0;
  position: absolute;
  display: block;
  overflow: hidden;
  zoom: 1;
}

.nav-collapse.opened {
  max-height: 600px !important; 
}

a.nav-toggle:before{
	  font-family: 'typicons';
	  color: #2088ad;
	font-style: normal;
	  font-weight: normal;
	 font-size: 2rem;
	  speak: none;
	  display: inline-block;
	  text-align: center;
	  -webkit-font-smoothing: antialiased;
	  font-smoothing: antialiased;
	  text-rendering: optimizeLegibility;
	transition: all 0.5s;	
}

a.nav-toggle:hover:before,
a.nav-toggle:focus:before{	  
	color: #af7000;
}
	  
.header-nav + a.nav-toggle:before{	  
	content: '\e0fe';
	float:right;	
	padding:0.5rem 1.0rem 0 0;
}



.header-nav.opened + a.nav-toggle:before{	  
	content: '\e109';
}

.content-top a.nav-toggle:before{	  
	  	content: '\e0fe';
		left: 0; 
		bottom: 0;
		position: absolute;
/*		display: table-cell; */
}



.content-top .nav-collapse.opened + a.nav-toggle:before{	  
	  	content: '\e109';
		top:auto;
		bottom: 0;
}

#content-links-top{
	clear: both;
}

/* Content
----------------------------------------------- */
.banner{
/*	display:table; */
}

.top-image{
	margin: 0 0 1rem 0;
}

#loop{
	border-top: #2088ad solid 0.4rem;
}

.content-top{
/*	display: table-cell; */
	width:100%;
/*	float: right;*/
	position: relative;
}


.post{
	position: relative;
	width: 100%;
	border-bottom: #a4a4a5 solid 0.1rem;
	overflow: auto; 
	margin: 0 0 0.5rem 0;
	float: left;
}

.page{
	position: relative;
	overflow:auto;
	margin: 0 0 1.0rem 0;
}

/* Loop */
#loop figure{
	float: right;
	margin: 0 0 1rem 0;
/*	overflow: hidden;
	background: #d0d1d2;
	background-size: 100% 100%; */
}

#loop figure img{
/*	position: absolute; */
	width: 100%;
	height: auto;
	bo-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}

/*#loop img:hover{
	transform:scale(1.1) rotate(0.5deg);
}*/


.entry-content{
/*	padding:0 0 1.5rem 0; */
	font-family: 'bitterregular';

}

.vertical{
	position:relative;
	width: 30%;
	height: auto;
}

.horizontal{
	position:relative;
	width: 100%;
	height: auto;
}

/* page navigation */
.paging-navigation{
	display: none;
	width: 100%;
	float: left;
}

.paging-navigation:last-child{
	display: block;
}

#infscr-loading + .post{
	margin-top: 2rem;
}


#infscr-loading img{
	width:100%;
	height: auto;
	margin: 0 auto
}

.entry-title{
/*	display:inline; */
	font-family: 'allerbold' , arial;
	font-size: 2.4rem;
	color:#4e4745; 
	line-height: 1.2;
/*	text-transform:uppercase; */
	clear: both;
}

.entry-title a{
	color:#4e4745; 
	border-bottom: solid 0.5rem;
	border-color: transparent;
}

.entry-title a:hover,
.entry-title a:focus,
.entry-title a:active{
	border-bottom: solid 0.5rem;
	border-color: #b5801e;

}

.entry-header{
	margin: 1.4rem 0 2.4rem 0;
}

.comment-body a,
.entry-content a{
	color: #9e6600;
	padding-bottom: 0.15rem;
	border-bottom: #e6e4ec 1px solid;
}

.entry-content p a[href$=".pdf"]:after{
	content: ' \e05f';
	width: 1.3rem;
  font-family: 'typicons';
}

.comment-body a:visited,
.entry-content a:visited {
	color: #b5801e;
}

.comment-body a:hover,
.comment-body a:focus,
.comment-body a:active,
.entry-content a:hover,
.entry-content a:focus,
.entry-content a:active {
	color: #af7000;
	border-bottom:#af7000 1px solid;
}

.entry-content{
/*	display: inline-block; */
	font-size:1.0rem;
/*	height:auto; */
/*	margin: 0; */
/*	overflow: visible;	*/
/*	width: auto; */
}

.vertical + .entry-content{
	width: 60%;
}

.entry-meta{
	display:block;
/*	float: left;*/
/*	margin-top:1.0rem; */
	font-size: 0.9rem;
/*	padding-right: 5.5rem; */
	font-family:'allerregular'; 
	clear: both;
	margin: 0 0 0.3rem 0;
	color: #a4a4a5;
}

.entry-meta a{
	color: #a4a4a5;
	padding: 0 0 0.3rem 0;
	border-bottom:#e6e4ec 1px solid; 
}

.meta-category a{
	text-transform:	uppercase;
}

.comments-link{
	display:block;
	position: absolute;
	right: 0;
	top: 0;
	margin-top:0.8rem;
}

.comments-link:after{  
	content: '\e0ab';
}

.post-date{
	white-space: nowrap;
}

.entry-footer{
	padding: 0 0 0.8rem 0;
}

.read-more a{
	text-transform:uppercase;
	display: inline-block;
	background:#2088ad;
	color: #fcfeff;
	border-bottom: none;
	padding:0.3rem 0.54rem;
}

.read-more a:hover,
.read-more a:focus,
.read-more a:active{
	background:#9e6600;
	color: #fcfeff;
	border-bottom: none;
}

.read-more a:visited{
	background:#145066;	
	color: #fcfeff;
	border-bottom: none;
}


.tags{
/*	color:#2088ad; */
/*	display: block; */
/*	bottom: 0.4rem; */
/*	left: 0; */
/*	padding:0 0 0.3rem 0; */
	margin:0 0 0 0.5rem; 
/*	position:absolute; */
}

.edit a{
/*	display: block;
	bottom: 0.4rem;
	right: 0;
	position: absolute;
	padding:0 0 0.3rem 0; */
}

.entry-content ul{
	margin:0;
	padding:1rem 0; 
	overflow:auto;
}

.entry-content ul li{
	margin: 0 1.5rem 0 2.5rem;
	text-indent: -1rem;
}

.entry-content ul li:before{
	content: '\002022';
	color: #2088ad;
	font-size: 1.2rem;
	padding:0 0.4rem 0 0;
}

.vertical ~ .edit a{
/*	right: 35%; */
}

.tags:before {
	content: '\e0f7';
	width: 1.5rem;
	text-align: left;}
	
.edit a:after {
	content: '\e0b4';
	width: 2rem;
/*	text-align: left; */
	}

/* single */
.single .excerpt{
	font-family:'allerregular';
}

#single-meta{
	display: block;
	width: 100%;
	border-bottom: #4e4745 solid 0.1rem;
	overflow: auto;
	margin: 0 0 1.0rem 0;
	padding: 0 0 1.0rem 0;
}

#author-info img{
	width: 25%;
	float: left;
}

#author-bio{
	float:right;
	display:block;
	width: 73%;
}

#related{
	clear: both;
	padding-top: 1.0rem;
		display: block;
		overflow:auto;
}

#related ul{
/*	list-style: none; */
	width: auto;
	margin: 0;
	padding: 0;
	font-family:'allerbold' , arial;
	font-size: 1.4rem;
/*	color: #2088ad; */
/*text-transform:uppercase; */
	line-height: 1;
}

/* events */

.events{
/*	border-top: #2088ad solid 0.7rem; */
	border-bottom: #4e4745 solid 0.1rem;
	overflow: auto;
}

.event{
	border-bottom: #d0d1d2 solid 0.1rem;
	overflow:auto;
	padding: 0 0 1rem 0;
}

.events .post{
	border-top: 0;
	border-bottom: 0;
}

.event-date{
	width:20%;
	float: left;
	margin: 0 0.8rem 0 0;
}

.weekday{
	display: block;
	text-transform:uppercase;
	font-family:'allerbold';
}

.fb{
	display: block;
	margin: 0.5rem 0;
}

.event-post{
	float: left;
	width: 77%;
}
.event-info{
	max-width: 50%;
	float: left;
}

.event-place{
		text-transform:capitalize;
}

.event-info span{
	display: block;
	margin-right: 1rem;
	text-transform:capitalize;
}

/* Page */

#full.content-bg + #main{
	border-top: #2088ad solid 0.5rem;
	background:#fcfeff;

}
#full{
	width: 100%;
	position: absolute;
	top: 0;
/*	position: relative; */
/*	margin: 0 0 -3rem 0; */
/*	min-width:100%; */
/*	overflow: hidden; */
}

#full.content-bg{
/*	margin: 0 -3rem -3rem -3rem; */
/*	padding:0 1rem; */
	width: auto;
/*	min-height: 300px; */

}

#background-img{
	position: absolute;
	top:0;
/*	max-height:400px; */
/*	padding: 0 0 5rem 0; */
/*	margin: 0 -3rem -3rem -3rem; *?
	overflow: none;
}

.top-image{
/*	z-index:-100; */
}


#header img,
.top-image img{
	width:100%;
}

	
#post-home .entry-content{
	font-family:'allerregular';
	font-size: 1.1rem;
}
	
	
#full .entry-content{
	position:relative; 
	margin: 1rem auto 3rem auto;
	padding:0 1rem;
				-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}

/* WP Generated */

.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin: 0 auto 0px;
    max-width: 100%;
}

.wp-caption{
	border: none;
	margin-bottom: 0rem;
	width: 100%;
}

.wp-caption-text {
	display:inline-block;
    margin: 0.8rem auto;
	font-family:'aller_lightregular';
	padding:0;
	color: #a4a4a5; 
}

/* Sidebars
------------------- */


.content-widgets a{
	color: #9e6600;
	display: block;
	border-bottom:#e6e4ec 1px solid;
	padding: 0.3rem 0.3rem;
	margin:0 0.4rem;
	transition: all 0.7s;	
}
.content-widgets a:visited {
	color: #b5801e;
}
.content-widgets a:hover,
.content-widgets a:focus,
.content-widgets a:active {
	color: #af7000;
	border-bottom:#af7000 1px solid;
}

.content-widgets h4{
	color: #797879;
	border-bottom:#797879 1px solid;
	padding: 0.2rem 0;
	margin:1rem 0.4rem 0.2rem 0.4rem;
}


.content-widgets li{
	padding: 0 0.6rem;
}

.content-widgets a{
/*	padding:0.3rem 1rem;*/
}
#secondary .widget{
	padding:0 0 1rem 0;
}

#secondary .widget-title{
	padding:0 0 0.2rem 0;
	border-bottom:solid 1px;
}

.events-widget li{
	list-style: none;
	padding: 0 0 1rem 0.5rem;

}

.events-widget h3,
.events-widget h4{
	font-size:1rem;
	text-transform:uppercase;
}

.banner-widget figure{
	width: 100%;
	height: 0;
	margin: 0 0 0.5rem 0;
	padding-bottom: 60%;
	background: #a8a4a9;
	overflow:hidden;
	transition: all 1s;
	border: 3px solid #a8a4a9;	
	border-radius: 3px;
}
	
.banner-widget figure:hover{
	background: #af7000;
	border: 3px solid #af7000;	
}

.banner-widget figure img{
	width: 100%;
	height: auto;
	margin: auto;
	padding: 0;
	transition: all 2s;
	border-radius: 3px;	
}

.banner-widget figure img:hover{
	transform:scale(1.02);
}

/* 404 */

.relevant{
	list-style: none;
	width: auto;
	margin: 0;
	padding: 0;
	font-family:'bebas_neue_glyphs', 'franchiseregular' , arial;
	font-size: 2.6rem;
/*	color: #2088ad; */
	text-transform:uppercase;
	line-height: 1;
}

/* Forms */

textarea,
input{
		color: #4e4745;
	font-family: 'robotoregular';
	font-size: 0.8rem;
	border-radius: 3px;
	padding: 0.6rem;
	border: 1px solid #797879;
    background: #fff;
}

textarea:hover,
textarea:focus,
textarea:active,
input:hover,
input:focus,
input:active{
	border: 1px solid #9e6600;
}

input[type=submit]{
	border: 0;
	background: #d0d1d2;
	cursor:pointer;
	box-shadow: 0px -3px 0px #797879 inset;
}

input[type=submit]:focus{
	color: #fcfeff;
	border: 0;
	background: #797879;
	cursor:pointer;
	box-shadow: 0px -3px 0px #797879 inset;
}

/* input[type=submit]:hover{
	color: #145066;
	border: 0;
	background: #79b7ce;
	box-shadow: 0px -3px 0px #2088ad inset;
}

input[type=submit]:focus,
input[type=submit]:active{
	color: #145066;
	border: 0;
	background: #2088ad;
	box-shadow: 0px -3px 0px #2088ad inset;
} */

.search-form input{
	width:100%;
}


/* Typicons
---------------------- */
.typicon a:before,
.typicon a:after,
.typicon:before,
.typicon:after{
  font-family: 'typicons';
  font-style: normal;
  font-weight: normal;
 font-size: 1.2rem;
  speak: none;
  display: inline-block;
  width: 1.5rem;
/*  height: 1em; */
/* font-size: 1em; */
  text-align: center;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}




/* =Comments
----------------------------------------------- */

.bypostauthor {
}

.comments-title{
	font-size: 1.3rem;
	font-family: '';
	text-transform:	uppercase;
	text-decoration: none;
}

.comment-list{
	border-top: #2088ad solid 0.5rem;
	padding: 0.5rem 0;
	list-style:none;
	width:100%;
	display:block;
	margin:0;
}

.comment{
	margin:0 0 1.9rem 0;
	clear:both;
	overflow:auto;
}

.comment-meta{
	width: 25%;
	float: left;
}

.comment-body{
	float:right;
	display:block;
	width: 73%;
	overflow:hidden;
}


/* Footer
--------------- */
#footer{
	width: 100%;
	color: #7b7576;
	background: #241c17;
}

#footer a{
	color: #4e4745;
}

#footer a:hover{
	color: #7b7576;
}

#footerwrap{
	display:block;
	width: 100%;
	max-width: 1140px;
	margin: 0 auto;
}

#footerwrap .widget{
	width: 22%; 
	margin: 0 2% 0 0;
	padding: 1rem 0;
	display:block;
	float: left;
}

#footerwrap .widget:nth-child(1){
	padding-left: 1rem;
}

#footerwrap .widget:nth-child(4){
	float:right;
	margin-right: 0;
	padding-right: 1rem;
}

#footerwrap .widget input{
	display: block;
}

.site-info{
	clear: both;
	padding: 1rem;
	float:right;
}



/* Responsive
------------------------ */

@media all and (max-width: 1140px) {
#background-img{
	padding: 0 0 1rem 0;
	margin: 0;
}
}

@media all and (max-width: 930px) {
#content{
    width: 100%;
}
 
#site-navigation, 
#content-sidebar{
	display: none;
}

.nav-toggle,
.nav-collapse{
  display: block;
/*  z-index:9999; */
}


.top-image,
.top-title{
	padding-left: 2rem;
}

#full.content-bg{
	margin: 0;
}

.content-links ul a{
	padding: 1.0rem 1.0rem;
	font-size: 1.3rem;
	
}

.content-links{
	margin-bottom:3rem;
	overflow:auto;
}

#footerwrap .widget{
	width: 46%; 
	margin: 0 2% 0 0;
}

#footerwrap .widget:nth-child(odd){
	padding-left: 1rem;
}

#footerwrap .widget:nth-child(even){
	float:right;
	margin-right: 0;
	padding-right: 1rem;
}
}

@media all and (max-width: 720px) {
#main{
	padding:0;
}

  #primary{
    width: 100%;
	padding: 1rem;
  }
  
  #secondary{
	  background:#f6f5f9;
	  margin-top: 0.5rem;

	  	  border-bottom: 0.5rem solid #a8a4a9;
	  padding: 1rem;
	width: 100%;
	clear: both;
	float: left;
}

.site-branding img{
	width: 50%;
}

#loop .entry-content{
	padding-left: 0;
}

.vertical{
	width: 100%;
	padding-bottom: 140%;
}

.vertical + .entry-content{
	width: auto;
}

.vertical ~ .edit a{
/*	right: 0; */
}

#footerwrap .widget{
	width: 100%; 
	margin: 0;
	padding:1rem;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}

#footerwrap .widget:nth-child(even){
	float:left;
}
}