/*----Variables----*/
/*----Body----*/
body {
  font-family: "Open Sans", "sans-serif";
  line-height: 1.8em;
  font-size: 14px;
  font-weight: 300;
}
a {
  color: #666666;
}
a:visited {
  color: #666666;
}
a:hover {
  color: #808080;
  text-decoration: none;
}
/*----Header----*/
#top-bar {
  background: #e3554f;
}
#top-bar a {
  color: white;
}
#top-navigation {
  z-index: 3;
  position: relative;
  font-size: 14px;
  font-weight: 300;
  float: right;
}
#top-navigation a {
  /* text-transform: uppercase; */
  color: #eee;
}
#top-navigation ul {
  list-style: none;
  display: block;
}
#top-navigation ul li {
  margin: 0px 15px;
  padding: 15px 0px;
  float: left;
}
#top-navigation ul li ul {
  background: transparent;
  visibility: hidden;
  position: absolute;
  box-shadow: none;
  border-top: solid 1px transparent;
  opacity: 0;
  margin: 0;
  padding: 0;
  transition: opacity ease-in-out 0.2s;
}
#top-navigation ul li ul a {
  width: auto;
  color: #eee;
}
#top-navigation ul li ul li {
  width: 150px;
  float: none;
  margin: 0px;
  padding: 8px 10px;
  background: #e66661;
}
#top-navigation ul li ul li:first-child {
  border-top: solid 1px #ea7f7b;
}
#top-navigation ul li ul li ul {
  margin-top: -1px;
  margin-left: 1px;
  top: 0;
  left: 100%;
}
#top-navigation ul li:hover > ul {
  opacity: 1;
  visibility: visible;
}
#top-navigation ul li:hover > ul > li:hover > ul {
  opacity: 1;
}
#social-icons {
  font-size: 20px;
  padding: 15px 0px;
}
#social-icons i {
  padding: 0 5px;
  transform: scale(1, 1);
  transition: transform 0.3s ease-out;
}
#social-icons i:hover {
  transform: scale(2, 2);
}
.site-branding {
  text-align: center;
  margin: 60px 0;
}
.site-branding .site-title {
  margin: 0px;
  font-size: 48px;
}
.site-branding .site-title a {
  color: #e3554f;
}
.site-branding .site-description {
  font-size: 18px;
  font-weight: 300;
}
#default-nav {
  text-align: center;
  background: #f7f7f7;
}
#site-navigation {
  display: inline-block;
  float: none;
  clear: both;
  font-family: "Open Sans", sans-serif;
  width: auto;
  vertical-align: middle;
}
#site-navigation ul li a {
  text-transform: uppercase;
  font-size: 14px;
}
#site-navigation ul > li > a {
  padding: 10px 0px;
}
#site-navigation a {
  text-align: left;
}
#site-navigation ul a {
  color: #e3554f;
  font-size: 15px;
}
#site-navigation li {
  margin: 3px 20px;
  padding: 3px 0px;
}
#site-navigation ul ul {
  opacity: 0;
  margin-top: 20px;
  transition: opacity .2s;
}
#site-navigation ul > li:hover > ul {
  width: 200px;
  margin-top: 0px;
  background: #bbb;
  opacity: 1;
  box-shadow: none;
  top: 50px;
  font-weight: 400;
}
#site-navigation ul > li:hover > ul a {
  color: white;
}
#site-navigation ul > li:hover > ul li {
  margin: 0;
  opacity: 1;
  border-top: solid 1px #ccc;
  border-bottom: solid 1px #aaa;
}
#site-navigation ul > li:hover > ul li a {
  padding: 10px;
  opacity: 1;
  font-size: 12px;
}
#site-navigation ul > li:hover > ul li:hover > ul {
  top: 0px;
}
#site-navigation ul > li:hover > ul li:first-child {
  border-top: 0px;
}
#site-navigation ul > li:hover > ul li:last-child {
  border-bottom: 0px;
}
#site-navigation ul ul ul {
  margin-left: 1px;
}
/*----Slider----*/
#slider-wrapper {
  margin-top: 20px;
}
#slider-wrapper ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
#slider-wrapper ul img {
  border: solid 5px rgba(227, 85, 79, 0.8);
}
#slider-wrapper .slide {
  position: relative;
}
#slider-wrapper .slide .overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  background: black;
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
}
#slider-wrapper .slide .slide_caption {
  position: absolute;
  display: block;
  left: 0px;
  right: 0px;
  text-align: center;
  top: 40%;
  color: white;
}
#slider-wrapper .slide .slide_caption h1.slide-title {
  display: inline-block;
  margin: 0px;
  margin-top: -10px;
  font-weight: 400;
  opacity: 0;
  transform: scale(1.2, 1.2);
  transition: opacity 0.3s ease-in-out 0.2s, transform 0.3s ease-in-out 0.2s, margin-top 0.3s ease-in-out 0.2s;
}
#slider-wrapper .slide .slide_caption h2.slide-description {
  display: inline-block;
  font-weight: 300;
  margin: 0px;
  margin-top: 30px;
  font-size: 24px;
  opacity: 0;
  transform: scale(1.2, 1.2);
  transition: opacity 0.3s ease-in-out 0.3s, transform 0.3s ease-in-out 0.3s, margin-top 0.3s ease-in-out 0.3s;
}
#slider-wrapper .slide:hover .overlay {
  opacity: .25;
}
#slider-wrapper .slide:hover h1.slide-title {
  margin-top: 0px;
  opacity: 1;
  transform: scale(1, 1);
}
#slider-wrapper .slide:hover h2.slide-description {
  opacity: 1;
  transform: scale(1, 1);
  margin-top: 15px;
}
/*----Primary----*/
#primary h1.entry-title {
  border-top: solid 2px #e3554f;
  padding: 10px 5px;
  border-left: solid 10px #e3554f;
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 0px;
  text-transform: uppercase;
  color: #4d4d4d;
}
#primary h1.entry-title a {
  color: #4d4d4d;
}
#primary .entry-meta {
  background: url("../../images/pattern.png") repeat;
  margin: 10px 0;
  padding: 10px;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 12px;
}
#primary .entry-meta .posted-on a {
  color: #e3554f;
}
#primary .entry-meta .byline a {
  color: #e3554f;
  float: right;
}
#primary img {
  display: block;
  max-width: 80%;
  margin: auto;
}
#primary .entry-footer {
  display: inline-block;
  text-align: center;
  position: relative;
  height: 50px;
  width: 100%;
  overflow: visible;
}
#primary .entry-footer i {
  display: block;
  position: absolute;
  width: 100%;
  font-size: 40px;
  text-align: center;
  left: 0px;
  color: #e3554f;
}
#primary .entry-footer a {
  color: white;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 12px;
}
#primary .entry-footer .cat i {
  top: 0px;
  transition: top ease-in-out 0.4s, opacity ease-in-out 0.4s;
}
#primary .entry-footer .cat .cat-links {
  background: #e3554f;
  color: white;
  position: relative;
  overflow: visible;
  height: auto;
  padding: 10px;
  width: 100%;
  opacity: 0;
  top: 10px;
  transition: opacity ease-in-out 0.4s, top ease-in-out 0.4s;
}
#primary .entry-footer .cat:hover .cat-links {
  top: 0px;
  opacity: 1;
}
#primary .entry-footer .cat:hover i {
  top: -10px;
  opacity: 0;
}
#primary .entry-footer .tag i {
  top: 0px;
  transition: top ease-in-out 0.4s, opacity ease-in-out 0.4s;
}
#primary .entry-footer .tag .tags-links {
  background: #e3554f;
  color: white;
  position: relative;
  overflow: visible;
  height: auto;
  padding: 10px;
  opacity: 0;
  top: 10px;
  transition: opacity ease-in-out 0.4s, top ease-in-out 0.4s;
}
#primary .entry-footer .tag:hover .tags-links {
  top: 0px;
  opacity: 1;
}
#primary .entry-footer .tag:hover i {
  top: -10px;
  opacity: 0;
}
#primary .entry-footer .comment i {
  top: 0px;
  transition: top ease-in-out 0.4s, opacity ease-in-out 0.4s;
}
#primary .entry-footer .comment .comments-link {
  background: #e3554f;
  color: white;
  position: relative;
  height: auto;
  padding: 10px;
  opacity: 0;
  top: 10px;
  transition: opacity ease-in-out 0.4s, top ease-in-out 0.4s;
}
#primary .entry-footer .comment:hover .comments-link {
  top: 0px;
  opacity: 1;
}
#primary .entry-footer .comment:hover i {
  top: -10px;
  opacity: 0;
}
#primary .entry-footer .edit-link {
  float: right;
}
#primary .entry-footer .edit-link a {
  color: #e3554f;
}
h2#page-title {
  display: inline-block;
  font-size: 24px;
  color: #e3554f;
  text-transform: uppercase;
  background: url("../../images/pattern.png") repeat;
  padding: 10px 20px;
}
.article-wrapper {
  position: relative;
  margin: 0px;
  padding: 0px;
}
.article-wrapper .homepage-article {
  margin: 0px;
}
.article-wrapper .homepage-article .featured-image {
  overflow: hidden;
  background: black;
}
.article-wrapper .homepage-article .featured-image img {
  opacity: 1;
  transform: scale(1.1, 1.1);
  -webkit-filter: blur(0px);
  -moz-filter: blur(0px);
  -o-filter: blur(0px);
  filter: blur(0px);
  transition: -webkit-filter 0.2s ease-in-out, -moz-filter 0.2s ease-in-out, -o-filter 0.2s ease-in-out, filter 0.2s ease-in-out, transform 0.2s ease-in-out, opacity 0.2s ease-in-out;
}
.article-wrapper .homepage-article .featured-image:hover img {
  opacity: .8;
  transform: scale(1, 1);
  -webkit-filter: blur(3px);
  -moz-filter: blur(3px);
  -o-filter: blur(3px);
  filter: blur(3px);
}
.article-wrapper .homepage-article .featured-image .entry-header {
  position: absolute;
  width: 100%;
  bottom: 100px;
  left: 10%;
  overflow: visible;
}
.article-wrapper .homepage-article .featured-image .entry-header h1.entry-title {
  position: absolute;
  top: 0px;
  font-size: 22px;
  font-weight: 300;
  margin: 5px 3px;
  opacity: 0;
  margin-top: -15px;
  transition: opacity 0.2s ease-in-out, margin-top 0.2s ease-in-out;
}
.article-wrapper .homepage-article .featured-image .entry-header h1.entry-title a {
  color: white;
}
.article-wrapper .homepage-article .featured-image .entry-header .post-excerpt {
  position: absolute;
  top: 35px;
  color: white;
  font-weight: 300;
  font-size: 13px;
  margin: 0px;
  opacity: 0;
  margin-top: 25px;
  transition: opacity 0.2s ease-in-out, margin-top 0.2s ease-in-out;
}
.article-wrapper .homepage-article .featured-image:hover h1.entry-title {
  opacity: 1;
  margin-top: 5px;
}
.article-wrapper .homepage-article .featured-image:hover .post-excerpt {
  opacity: 1;
  margin-top: 10px;
}
/*----Secondary----*/
#secondary {
  padding-right: 0px;
  line-height: 2.2em;
}
#secondary .widget_search input[type=search] {
  outline: none;
  border-radius: 0px;
  widtH: 200%;
}
#secondary aside {
  margin: 20px 0px 35px 0px;
  font-size: 12px;
}
#secondary aside ul.children,
#secondary aside ul.sub-menu {
  padding-left: 20px;
}
#secondary aside h1.widget-title {
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 700;
  color: #4d4d4d;
  /*
			&:after {
				content: " ";
				background-color: @site-color;
				display: inline-block;
				width: 50%;
				height: 1px;
				right: 0px;
				position: relative;
				vertical-align: middle;
				margin-top: 12px;
			}
*/
}
#secondary aside ul {
  list-style: none;
  margin: 0px;
  padding-left: 5px;
}
#secondary aside ul li:before {
  content: "\f105";
  font-family: "FontAwesome";
  text-shadow: 1px 0px #666666;
  margin-right: 20px;
  padding: 3px 7px;
  color: #666666;
  border-radius: 50%;
  border: solid 1px #e3554f;
}
/*---Pagination----*/
.pagination {
  display: block;
  clear: both;
  text-align: center;
  margin: 0px;
  padding: 30px 0;
}
.pagination li {
  list-style: none;
  float: left;
  color: black;
  margin: 0px 7px;
}
.pagination li span {
  background: none;
  padding: 10px;
  margin-right: 1px;
}
.pagination li .page_count:after {
  color: #b93d3d;
}
.pagination li .page_count:before {
  color: #b93d3d;
}
.pagination ul {
  float: none;
  display: inline-block;
}
.pagination a {
  color: #666;
  background: #ddd;
  padding: 10px 16px;
  margin-left: 1px;
  text-decoration: none;
  transition: background ease-in-out 0.2s, color ease-in 0.2s;
}
.pagination .next,
.pagination .prev {
  background: none;
  padding: 0px;
  border: 0px;
}
.pagination .dots {
  background: none;
  border: none;
}
.pagination .current {
  background: #e3554f;
  color: white;
  border-right: none;
  padding: 10px 16px;
  margin: 0;
  margin-left: 1px;
}
.pagination a:hover:not(.next):not(.prev) {
  background: #bbb;
  color: white;
}
/*----Footer----*/
#footer-wrapper {
  width: 100%;
  background: #f7f7f7;
  border-top: solid 5px #e3554f;
}
#footer-sidebar {
  line-height: 2.2em;
}
#footer-sidebar aside {
  margin: 20px 0px 35px 0px;
  font-size: 12px;
}
#footer-sidebar aside ul.children,
#footer-sidebar aside ul.sub-menu {
  padding-left: 20px;
}
#footer-sidebar aside h1.widget-title {
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 400;
  color: #e3554f;
}
#footer-sidebar aside ul {
  list-style: none;
  margin: 0px;
  padding-left: 5px;
}
#footer-sidebar aside ul li:before {
  content: "\f105";
  font-family: "FontAwesome";
  text-shadow: 1px 0px #666666;
  margin-right: 20px;
  padding: 3px 7px;
  color: #666666;
  border-radius: 50%;
  border: solid 1px #e3554f;
}
/*----Comments----*/
#comments ul {
  list-style: none;
}
#comments ul li {
  margin: 20px 0px;
}
#comments ul li .comment-meta .comment-author img {
  display: inline-block;
}
#comments ul li .comment-meta .comment-author span {
  display: none;
}
#comments ul li .comment-meta .comment-metadata {
  background: #e3554f;
  padding: 5px;
  font-size: 12px;
}
#comments ul li .comment-meta .comment-metadata a {
  color: white;
}
#comments ul li .comment-meta .comment-metadata span {
  float: right;
}
#comments ul li .comment-content {
  padding: 10px;
  border: solid 1px #e3554f;
}
#comments ul li .reply {
  float: right;
  background: #bbb;
  padding: 3px 8px;
}
#comments ul li .reply a {
  color: white;
}
#comments #respond .form-allowed-tags {
  display: none;
}
/*----Footer----*/
#colophon {
  padding: 15px 100px;
  background: white;
  border-top: solid 3px #e3554f;
}
.copyright {
  display: inline-block;
}
.site-info {
  display: inline-block;
  float: right;
}
