/* ==========================================================================
	Author's custom styles
	from logo:
		gray-logo : 2C1500;
	other:
		gray-open : C6C6C6;
		gray-close: 424242;
		red       : EE2E33;
   ========================================================================== */
@import url(//fonts.googleapis.com/css?family=Open+Sans:300,400,600,700&subset=latin,latin-ext);
@import url(//fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700&subset=latin,latin-ext);
@import url(//fonts.googleapis.com/css?family=Lora:400,700,400italic,700italic&subset=latin,latin-ext);
@font-face {
	font-family: 'entypo';
	src: url('../fonts/icons/entypo.eot');
	src: url('../fonts/icons/entypo.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/icons/entypo.woff') format('woff'),
		 url('../fonts/icons/entypo.ttf') format('truetype'),
		 url('../fonts/icons/entypo.svg#entypo') format('svg');
	font-weight: normal;
	font-style: normal;
}


a,
a:hover {
	color: #ee3e23;
}
a.dead {
	text-decoration: none;
}
h4 {
	font-family: "Lora", Times New Roman, sans-serif;
	font-size: 2.8rem;
	font-weight: 700;
	padding: 4rem 0 .5rem 0;
}
blockquote h3,
blockquote h4 {
	padding: 0;
	font-style: italic;
	font-weight: 700;
}
h5 {
	font-family: "Roboto Condensed", Arial, sans-serif;
	font-size: 2rem;
}
h6 {
	font-family: "Lora", Times New Roman, sans-serif;
	font-size: 2.3rem;
	font-weight: bold;
	padding: 1rem 0 2rem 1rem;
}

.table {
	display: table;
	margin: 0 auto;
	text-align: center;
	width: auto;
}


/* Header animation for index pages */
.navbar-fixed-top {
	background: #f6f6f6;
	height: 9.1rem;
	left: 0;
	margin-bottom: 0;
	/* overflow: hidden; */
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 10000;
	/* -webkit-transition: height 0.15s linear;
	-moz-transition: height 0.15s linear;
	transition: height 0.15s linear;*/
}


/* Ze logo */
.navbar-fixed-top a.navbar-brand {
	font-size: 0rem;
}
.navbar-fixed-top img {
	height: 6rem;
	vertical-align: baseline;
}


 /* We just have one-lined elements, so we'll center the elements
	with the line-height set to the height of the header */
.navbar-fixed-top .navbar-nav a {
	color: #2C1500;
	font-size: 1.4rem;
	font-family: "Roboto Condensed", Helvetica, sans-serif;
	line-height: 9rem;
	margin: 0 0 0 2rem;
	padding: 0;
	text-align: left;
}
.navbar-fixed-top.navbar-default .navbar-nav .open a {
	background: none;
}

.navbar-fixed-top .navbar-nav > li > a:hover {
	color: #EE2E33;
	text-decoration: underline;
}

.navbar-fixed-top .navbar-toggle {
	margin-top: 28px;
}
@media screen and (max-width: 320px), (max-height: 320px) and (orientation: landscape) {
	.navbar-fixed-top .navbar-nav a {
		font-size: 1.3rem;
		font-family: "Roboto Condensed", Helvetica, sans-serif;
		line-height: 5rem;
		margin: 0 0 0 2rem;
	}
}

/* Transitions and class for reduced height */
.navbar-fixed-top img,
.navbar-fixed-top a {
/*    -webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	transition: all 0.3s linear;*/
}

.navbar-fixed-top img.flag {
	height: 100%;
	margin: 3.9rem .5rem auto .5rem;
}

.navbar-fixed-top.header-shrink,
.navbar-fixed-top.header-shrink a {
	height: 6rem;
	line-height: 6rem;
}
.navbar-fixed-top.header-shrink img {
	height: 3.5rem;
}
.navbar-fixed-top.header-shrink li img.flag {
	height: 1.2rem;
	margin: 2.3rem .5rem auto .5rem;
}

.navbar-fixed-top.header-shrink .navbar-toggle {
	margin-top: 14px;
}

@media screen and (max-width: 767px) {
	.navbar-fixed-top {
		height: 6rem;
	}
	.navbar-fixed-top img {
		height: 3.5rem;
	}
	.navbar-fixed-top .navbar-toggle {
		margin-top: 14px;
	}
}

/* menu drop down item */
.dropdown-menu {
	padding: 15px;
	width: 30rem;
	top: 6rem;
}
.dropdown-menu .form-control {
	clear: left;
	width: 100%;
}


/* Media Queries */
@media screen and (max-width: 55rem) {

	.navbar-fixed-top img,
	.navbar-fixed-top ul {
		display: block;
		margin: 0 auto;
		text-align: center;
		float: none;
	}

	.navbar-fixed-top img,
	.navbar-fixed-top ul a {
		line-height: 3rem;
	}

	.navbar-fixed-top ul a {
		margin: 0 10px;
	}

	.navbar-fixed-top.header-shrink img,
	.navbar-fixed-top.header-shrink ul a {
		line-height: 3rem;
	}

	.navbar-fixed-top.header-shrink img {
		font-size: 1rem;
	}

	.navbar-fixed-top.header-shrink ul a {
		font-size: 1rem;
	}
}

@media screen and (max-width: 32.25em) {
	.navbar-fixed-top ul a {
		font-size: 1rem;
	}
}

@media screen and (max-width: 24em) {
	.navbar-fixed-top ul a,
	.navbar-fixed-top.header-shrink ul a {
		line-height: 1;
	}
}

.navbar-collapse {
	background: #f6f6f6;
}
.navbar-collapse.in ul li a {
}

/* Hero area */
.hero {
	margin-top: 9rem;
}
#mapwrapper {
	position: relative;
}
#mapwrapper,
#locmap {
	height: 30rem;
}
#locwrapper {
	position: absolute;
	width: 100%;
	z-index: 1000000;
}

#subscribe {
	background: #2C1500;
	color: #fff;
	padding: 1.5rem 0;
}
#subscribe label,
#subscribe input,
#subscribe button {
	border: none;
	font-family: "Roboto Condensed", Helvetica, sans-serif;
	font-weight: 300;
	line-height: 1.6rem;
	text-shadow: none;
}
#subscribe label,
#subscribe input {
	font-size: 1.5rem;
}
#subscribe label {
	color: #fafafa;
	line-height: 3.6rem;
	margin: 0;
	text-align: center;
	vertical-align: bottom;
}
#subscribe input {
	color: #c6c6c6;
	vertical-align: baseline;
}
#subscribe input,
#subscribe button {
	-webkit-border-radius: 1rem;
	-moz-border-radius: 1rem;
	border-radius: 1rem;
}
#subscribe button {
	background: #3C2510;
	color: #fff;
	font-family: 'Glyphicons Halflings';
	padding: .7rem 2rem;
	vertical-align: baseline;
}
@media screen and (max-width: 767px) {
	.hero {
		margin-top: 6rem;
	}
	#mapwrapper,
	#locmap {
		height: 20rem;
	}
	#subscribe label,
	#subscribe input,
	#subscribe button {
		font-size: 1rem;
		line-height: 1.4rem;
	}
}

/**
 * Indexes articles area
 */
#article-list {
	padding: 2.5rem 1.5rem;
}
#article-list .page-header {
	border: none;
	margin: 0;
}
#article-list .page-header h4 {
	padding: 0 0 0 15px;
}
#article-list figure {
	position: relative;
	overflow: hidden;
}
#article-list figure .article-badge {
	width: 300px;
	padding: 50px 16px 15px 16px;
	position: absolute;
	text-align: center;
	color: #f0f0f0;
	top: -25px;
	transform: rotate(45deg);
	background-color: #e43;
	right: -130px;
	font-size: 1.6rem;
	text-transform: uppercase;
}
}
#article-list figure .img-responsive {
	width: 100%;
}
#article-list figure .meta {
	background: rgba(0, 0, 0, .4);
	bottom: 0;
	color: #fff;
	position: absolute;
	width: 100%;
}
#article-list figure .meta a {
	color: #EE2E33;
	font-family: "Open Sans", ​sans-serif;
}
#article-list figure .meta h2 a {
	color: #fff;
	font-family: "Lora", serif;
	font-size: 2.4rem;
}
#article-list figure .meta h2,
#article-list figure .meta p {
	padding: 0 0 0.5rem 1.5rem;
}
#article-list figure .meta p,
#article-list figure .meta p a {
	font-family: "Roboto Condensed", Helvetica, sans-serif;
	font-weight: 300;
}
#article-list div.excerpt p {
	font-family: "Lora", serif;
	font-size: 1.4rem;
	line-height: 2.5rem;
	padding: 1.5rem 1.5rem 3rem 1.5rem;
}

@media screen and (max-width: 767px) {
	#article-list figure .meta {
		background: none;
		position: relative;
		color: #424242;
	}
	#article-list figure .meta h2 a {
		color: #424242;
	}
}


/**
 * Paginator
 */
#paginator ul {
	list-style: none inside;
	margin: 0 auto;
	padding: 0;
}
#paginator ul li {
	float: left;
	list-style: none;
}
#paginator ul li span,
#paginator ul li a {
	font-family: 'Raleway', ​Arial, ​sans-serif;
	font-size: 2rem;
	padding: 0.5rem 1.2rem;
}
#paginator span {
	background: #2C1500;
	border-bottom: 2px solid #2C1500;
	color: #fafafa;
	padding: 0.25rem 0.75rem;
}
#paginator a {
	background: #fafafa;
	border-bottom: 2px solid #2C1500;
	color: #EE2E33;
	padding: 0.25rem 0.75rem;
}
#paginator a:hover {
	background: #2C1500;
	border-bottom: 2px solid #2C1500;
	color: #fafafa;
	text-decoration: none;
}


/**
 * 404 page
 */
.error-404 h2 {
	font-family: "Lora", Georgia, serif;
	font-size: 2.8rem;
	line-height: 3.5rem;
}
.error-404 h3 {
	border-bottom: 1px solid #efefef;
	font-family: "Roboto Condensed", Arial, sans-serif;
	font-size: 2rem;
	margin-top: 4rem;
}

/**
 * Footer stuff
 */
#footer {
	background: #424242;
	margin: 4rem 0 0 0;
	padding: 4rem 0 0 0;
}
#footer .nav li a {
	color: #c6c6c6;
	font-family: "Roboto Condensed", Helvetica, sans-serif;
	font-weight: 300;
}
#footer .nav li a:hover {
	background: none;
	color: #fff;
	text-decoration: underline;
}
#footer img {
	margin: 4rem 0;
	width: 66%;
}
#footer p {
	color: #c6c6c6;
	font-family: "Lora", serif;
	font-size: 1.1em;
	line-height: 1.3em;
}
#footer #social-media {
	margin: 4rem 0;
}
#footer #social-media a {
	color: #c6c6c6;
	font-family: "entypo";
	font-size: 3rem;
	padding: 1rem;
	text-decoration: none;
}
#footer #social-media a:hover {
	color: #fff;
}
#footer #copyright p {
	font-family: "Roboto Condensed", Arial, sans-serif;
}

@media screen and (max-width: 767px) {
	#footer .nav li {
		float: left;
		text-align: center;
		width: 100%;
	}
	#footer .nav li a {
		text-align: center;
	}
	#footer img {
		width: 60%;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#footer img {
		width: 80%;
	}
}


/**
 * Post Content
 */
#post-content {
	padding: 4rem 0;
}

#post-content article p {
	font-family: "Lora", serif;
	font-size: 2rem;
	font-weight: 400;
	line-height: 3.2rem;
}
#post-content article p:first-child:first-letter {
	float: left;
	font-family: "Petit Formal Script", Georgia, serif;
	font-size: 7rem;
	line-height: 6rem;
	padding: .2rem .5rem 0 0;
}
#post-content a {
	color: #EE2E33;
}
#post-content .content blockquote:before {
	color: #c6c6c6;
	content: "“";
	display: block;
	font-family: Georgia,serif;
	font-size: 10rem;
	left: -3rem;
	position: relative;
	top: 4rem;
}
#post-content .content blockquote {
	border-left: medium none;
	color: #424242;
	float: none;
	font-family: "Lora", Georgia, serif;
	font-size: 2.5rem;
	line-height: 3.5rem;
	margin-top: 1rem auto;
	width: 82.9787%;
}
#post-content .content blockquote,
#post-content .content blockquote h4 {
	font-family: "Lora", Georgia, serif;
	font-size: 2.5rem;
	line-height: 3.5rem;
}

@media screen and (max-width: 767px) {
	#post-content {
		padding: 8rem 0;
	}
}


/**
 * Media queries
 */
	/* Large Devices, Wide Screens */
	@media only screen and (max-width : 1200px) {

	}

	/* Medium Devices, Desktops */
	@media only screen and (max-width : 992px) {

	}

	/* Small Devices, Tablets */
	@media only screen and (max-width : 768px) {

	}

	/* Extra Small Devices, Phones */
	@media only screen and (max-width : 480px) {

	}

/**
 * Wordpress customizations
 */
.alignnone {
    margin: .33rem 2rem 2rem 0;
}

.aligncenter {
    display: block;
    margin: .33rem auto .33rem auto;
}

.alignright {
    float:right;
    margin: .33rem 0 2rem 2rem;
}

.alignleft {
    float: left;
    margin: .33rem 2rem 2rem 0;
}

a img.alignright {
    float: right;
    margin: .33rem 0 2rem 2rem;
}

a img.alignnone {
    margin: .33rem 2rem 2rem 0;
}

a img.alignleft {
    float: left;
    margin: .33rem 2rem 2rem 0;
}

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

.wp-caption {
    background: #fff;
    /*border: 1px solid #dedede;*/
    max-width: 96%;
    padding: .33rem .16rem .5rem;
    text-align: center;
}

.wp-caption.alignnone {
    margin: .33rem 2rem 2rem 0;
}

.wp-caption.alignleft {
    margin: .33rem 2rem 2rem 0;
}

.wp-caption.alignright {
    margin: .33rem 0 2rem 2rem;
}

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

#post p.wp-caption-text {
    font-size: 1.2rem;
    line-height: 1.5rem;
    margin: 0;
    padding: .33rem .5rem;
}
#post .aligncenter p.wp-caption-text {
	text-align: left;
}

/* Contact Form 7 */
form.wpcf7-form div.wpcf7-response-output {
    margin: 0;
    padding: 1em;
}

form.wpcf7-form div.wpcf7-mail-sent-ok {
    background-color: #dff0d8;
    border: 0;
}