html{
 font-family: Times, "Times New Roman", Georgia, serif;
}
#header {
  text-align: center;
}
#header #logo {
  width: 100%;
  display: inline-block;
}
#header #logo a {
  display: block;
}
#header #logo a img {
  max-width: 300px;
  display: block;
  margin: auto;
}
body a {
  color: #808080;
}
body a:hover {
  color: #000000;
}
h1 a,
h2 a,
h3 a,
h4 a {
  font-style: italic;
  font-weight: 100;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover {
  color: #000000;
}
.post-meta a:hover,
.sidebar-container a:hover {
  color: #000000;
  text-decoration: none;
}
input[type="submit"]:hover {
  background-color: #e8e8e8;
  color: #000000;
}
.wpex-readmore a:hover,
.sidebar-container .widget_archive a:hover,
.sidebar-container .widget_categories a:hover {
  background-color: #e8e8e8;
  color: #000000;
}
#footer-widgets .footer-box.col-2 {
  text-align: center;
  font-size: 0.6rem;
  margin-bottom: 0px;
}
#footer-widgets .footer-box.col-2 .widget-title {
  font-size: 0.8rem;
  color: #5f635f;
  margin: 0px;
}
#footer-widgets .footer-box.col-3 {
  font-family: Times, "Times New Roman", Georgia, serif;
  text-align: right;
  font-size: 0.8rem;
  color: #5F635F;
  margin-bottom: 0px;
}
@media only screen and (max-width: 767px) {
  #footer-widgets .footer-box.col-3 ul.rssfeeds {
    padding-bottom: 0px;
    padding-top: 0px !important;
    margin-top: -70px;
  }
}
@media only screen and (max-width: 768px) and (orientation : portrait) {
  #footer-widgets .footer-box.col-3 ul.rssfeeds {
    padding-bottom: 0px;
    padding-top: 0px !important;
    margin-top: -70px;
  }
}
#footer-widgets .footer-box.col-3 ul.rssfeeds {
  padding-top: 1px;
}
#footer-widgets .footer-box.col-3 ul.rssfeeds li {
  padding: 0px;
  line-height: 0.9rem;
}
#footer-widgets .footer-box.col-3 ul.rssfeeds li a {
  color: #5f635f;
}
#footer-widgets .footer-box.col-3 ul.rssfeeds li a:hover {
  color: #696d69;
}
#footer-widgets .footer-box.col-3 .widget-title {
  font-size: 0.8rem;
  color: #5f635f;
  margin: 0px;
}
body.home #main #content #blog-wrap article header .post-meta {
  float: none;
  text-align: right;
  font-size: 0.7rem;
  line-height: 1rem;
}
body.home #main #content #blog-wrap article header .post-meta .meta-seperator {
  display: none !important;
}
body.home #main #content #blog-wrap article header .post-meta li {
  float: none;
}
body.single article .excerpt {
  font-style: italic;
}
body.single article blockquote {
  max-width: 80%;
}
body.single article blockquote p {
  font-size: 1rem;
  font-style: italic;
  line-height: 1.7rem;
  padding-top: 0.5rem;
}
body.single article blockquote p span.quote-from {
  font-style: normal;
  display: block;
  text-align: right;
  font-size: 0.8rem;
}
body.single article .post-meta li {
  float: none;
  text-align: right;
  font-size: 0.7rem;
  line-height: 1rem;
}
body.single article .post-meta li .meta-seperator {
  display: none !important;
}
body.single article .post-meta li li {
  float: none;
}
body.single article .wp-caption {
  background-color: #EEE;
  padding: 10px;
  margin-bottom: 20px;
  max-width: 80% !important;
}
body.single article .wp-caption .wp-caption-text {
  font-size: 0.7rem;
  margin: 0px;
}
body.single article .wp-caption .wp-caption-text .credit {
  display: block;
  text-align: right;
  font-size: 0.6rem;
  margin-bottom: -7px;
}
.wpcf7 .screen-reader-response {
  display: none;
}
@media only screen and (min-width: 768px) and (max-width: 1000px) {
  .container {
    max-width: 90% !important;
  }
  .left-content {
    width: 70% !important;
  }
  .sidebar-container {
    width: 26% !important;
  }
  #logo {
    max-width: 38% !important;
  }
  #header-aside {
    max-width: 60% !important;
  }
  .post-meta li {
    display: block !important;
    float: none !important;
  }
  .post-meta li .meta-seperator {
    display: none !important;
  }
  .search-entry {
    padding-left: 100px !important;
    min-height: 80px !important;
  }
  .search-entry-thumbnail {
    width: 80px !important;
  }
}
@media only screen and (max-width: 767px) {
  .container {
    max-width: 580px !important;
    width: 90% !important;
  }
  .sidebar-container,
  .left-content {
    width: 100% !important;
  }
  .sidebar-container {
    margin-top: 40px !important;
    padding-top: 40px !important;
    border-top: 10px solid #ddd !important;
  }
  .col {
    width: 100% !important;
    margin-left: 0 !important;
    margin-bottom: 25px !important;
  }
  #header-aside {
    display: none !important;
  }
  .post-meta li {
    display: block !important;
    float: none !important;
  }
  .post-meta li .meta-seperator {
    display: none !important;
  }
  .commentlist .children {
    margin: 0;
  }
  .single-post-pagination {
    position: inherit !important;
    top: auto !important;
    margin: 10px 0 0 !important;
    right: auto !important;
  }
  .author-info .author-info-inner {
    padding-left: 0 !important;
  }
  .author-info .author-avatar {
    position: inherit !important;
    top: auto !important;
    left: auto !important;
    display: block !important;
    margin-bottom: 10px !important;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  /* STYLES GO HERE */
  .container {
    max-width: 580px !important;
    width: 90% !important;
  }
  .sidebar-container,
  .left-content {
    width: 100% !important;
  }
  .sidebar-container {
    margin-top: 40px !important;
    padding-top: 40px !important;
    border-top: 10px solid #ddd !important;
  }
  .col {
    width: 100% !important;
    margin-left: 0 !important;
    margin-bottom: 25px !important;
  }
  #header-aside {
    display: none !important;
  }
  .post-meta li {
    display: block !important;
    float: none !important;
  }
  .post-meta li .meta-seperator {
    display: none !important;
  }
  .commentlist .children {
    margin: 0;
  }
  .single-post-pagination {
    position: inherit !important;
    top: auto !important;
    margin: 10px 0 0 !important;
    right: auto !important;
  }
  .author-info .author-info-inner {
    padding-left: 0 !important;
  }
  .author-info .author-avatar {
    position: inherit !important;
    top: auto !important;
    left: auto !important;
    display: block !important;
    margin-bottom: 10px !important;
  }
  #footer #footer-widgets .footer-box {
    width: 33% !important;
  }
  #footer #footer-widgets .footer-box .rssfeeds {
    margin-top: 10px;
  }
}
@media only screen and (min-device-width: 100px) and (max-device-width: 767px) {
  #footer #footer-widgets .footer-box {
    width: 90% !important;
  }
  #footer #footer-widgets .footer-box .rssfeeds {
    margin-top: -25px;
    text-align: center;
  }
}
#swipebox-slider .slide .swipebox-inline-container,
#swipebox-slider .slide .swipebox-video-container,
#swipebox-slider .slide img {
  max-height: 80%;
}


/*
  SPECIALS
*/

@-webkit-keyframes border_change {
    50% {border-color: #300203;}
}
/* Standard syntax */
@keyframes border_change {
    50% {border-color: #300203;}
}

.xmas-special{
  border: 8px #C50000 solid;
  padding: 6px 6px !important;
  text-align: center;
  background-color: #EEEEEE !important;
}
.xmas-special:hover{
   -webkit-animation: border_change 2s infinite; /* Chrome, Safari, Opera */
    animation: border_change 2s infinite;
}
.xmas-special h5{

}
.xmas-special .textwidget a{
  color: #C50000;
}

