/* ==========================================================================
   Main Sass Styles
   ========================================================================== */
/* Sass variables */
html {
  scroll-behavior: smooth;
}

body {
  background: url("../../img/bg.jpg");
  background-repeat: repeat;
  font-family: "Montserrat", sans-serif;
}

img {
  opacity: 1;
  animation-duration: 2s;
  animation-name: fadester;
}

img.site-logo {
  max-width: 90%;
  margin: 0 auto;
}

.mobile-sidebar-footer {
  display: none;
}

.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
  margin-bottom: 1em;
}

.entry-header h1 {
  font-family: "Libre Bodoni", serif;
  color: #555;
  letter-spacing: 2px;
  font-size: 37px;
  margin-bottom: 25px;
}

.site-title {
  text-align: center;
}
.site-title > a {
  display: block;
  padding: 50px 0 0 0;
}

#sidebar-left .widget ul {
  padding-left: 0;
}

.navbar-default {
  text-align: center;
  background: none;
  box-shadow: none;
}
.navbar-default .navbar-toggle {
  background: #fff;
}

.navbar-nav {
  float: none;
  margin: 0 auto;
}

.menu > li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.menu > li.dropdown {
  border: 1px solid rgba(87, 68, 11, 0.1);
  background: rgba(255, 255, 255, 0.05);
  margin: 15px 0;
}
.menu a {
  display: block;
  padding: 7px;
  color: #222;
  font-size: 18px;
  text-decoration: none;
  text-align: center;
}
.menu a:hover {
  color: #000;
  background: rgba(87, 68, 11, 0.1);
  animation-duration: 0.5s;
  animation-name: navaction;
}
.menu li.nolink > a {
  pointer-events: none;
  cursor: none;
  border-bottom: 1px solid rgba(87, 68, 11, 0.05);
  background: rgba(87, 68, 11, 0.05);
  color: #222;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 900;
}
.menu li.nolink > a:hover {
  background: rgba(87, 68, 11, 0.1);
  color: #000;
  animation: none;
}
.menu li.current-menu-item > a {
  color: #fff;
  background: rgba(87, 68, 11, 0.25);
  animation: none;
}

ul.sub-menu {
  padding-left: 0;
  margin: 0;
  background: rgba(87, 68, 11, 0.03);
}
ul.sub-menu li {
  list-style: none;
}
ul.sub-menu li a {
  padding: 10px;
}

.navbar-default .navbar-toggle,
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
  background-color: transparent;
  border: none;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #777;
}

.navbar-toggle .icon-bar {
  display: block;
  width: 32px;
  height: 2px;
  border-radius: 1px;
  transition: all 0.25s ease-in-out;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 6px;
}

.navbar-toggle.open .icon-bar:nth-child(2) {
  position: relative;
  top: 8px;
  transform: rotate(45deg);
}

.navbar-toggle.open .icon-bar:nth-child(3) {
  opacity: 0;
}

.navbar-toggle.open .icon-bar:nth-child(4) {
  position: relative;
  transform: rotate(-45deg);
  top: -8px;
}

article {
  opacity: 1;
  animation-duration: 1s;
  animation-name: fadester;
}

.entry-title a {
  color: #333;
  font-size: 25px;
}

.entry-content h2 {
  font-family: "Libre Bodoni", serif;
  color: #777;
  padding-bottom: 15px;
  font-size: 24px;
}
.entry-content p {
  font-size: 1.3em;
  color: #555;
  text-indent: 1.5em;
  opacity: 1;
  animation-duration: 2s;
  animation-name: fadesterx;
}

.entry-summary p {
  font-size: 1.3em;
  color: #555;
  opacity: 1;
  animation-duration: 2s;
  animation-name: fadesterx;
}

.quote {
  font-family: Times, serif;
  font-size: 19px;
  line-height: 19px;
  font-size-adjust: none;
  padding: 10px;
  margin: 25px;
  text-align: center;
  color: #696550;
  font-style: italic;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #696550;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #696550;
  width: 320px;
}

a.read-more {
  display: block;
  float: right;
  border: 1px solid #888;
  font-size: 14px;
  padding: 2px 8px;
  background: none;
  border-radius: 5px;
  transition: background-color 0.25s ease;
  color: #888;
}
a.read-more :hover {
  text-decoration: none;
  background: #fff;
}

.site-main {
  background: rgba(255, 255, 255, 0.25);
  border-radius: 10px;
  padding: 20px;
}

#sidebar-left .widget {
  background: rgba(255, 255, 255, 0.25);
  border-radius: 10px;
}

.sidebar-footer,
.mobile-sidebar-footer {
  text-align: center;
  padding: 30px 0;
}

.sidebar-footer p,
.mobile-sidebar-footer p {
  font-size: 9px;
  color: #555;
  line-height: 1.6;
}

#site-footer {
  background: none;
  border-top: none;
  margin-top: 150px;
  border-top: 1px dashed rgba(255, 255, 255, 0.7);
  border-bottom: 1px dashed rgba(255, 255, 255, 0.7);
  padding: 25px;
  margin-bottom: 80px;
  text-align: center;
  font-size: 14px;
}

form.wpcf7-form label {
  width: 100%;
}

form.wpcf7-form span {
  display: block;
  width: 100%;
}

form.wpcf7-form p {
  text-indent: 0;
  padding: 0 0 0 0;
}

form.wpcf7-form input,
form.wpcf7-form textarea {
  width: 100%;
  padding: 4px;
}
form.wpcf7-form input.contact-submit {
  display: block;
  max-width: 300px;
  margin: 15px auto 0 auto;
  padding: 10px;
  background: transparent;
  transition: background-color 0.5s ease;
  border: 2px solid #444;
  border-radius: 10px;
  font-size: 24px;
  font-weight: 900;
  color: #000;
}
form.wpcf7-form input.contact-submit:hover {
  background: rgba(99, 218, 99, 0.5);
}

.wpcf7 form.sent .wpcf7-response-output {
  background: rgba(255, 255, 255, 0.7);
  padding: 40px;
  text-align: center;
  font-size: 20px;
  border-color: #777;
}

#menu-footer-menu.menu {
  display: block;
  margin: 15px 0 0 0;
  padding-left: 0;
}
#menu-footer-menu.menu li {
  display: inline-block;
}
#menu-footer-menu.menu li a {
  font-size: 13px;
  color: rgba(87, 68, 11, 0.55);
}
#menu-footer-menu.menu li.current-menu-item > a {
  color: #000;
  background: none;
  animation: none;
}

.pagination {
  margin-top: 20px;
}

.pagination li a,
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  z-index: 3;
  color: #777;
  background-color: rgba(255, 255, 255, 0.25);
  border-color: #333;
  padding: 10px 15px;
  font-size: 15px;
}

.pagination > .active > span,
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
  color: #000;
  background-color: #fff;
  border-color: #000;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.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-size: 0.875rem;
  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. */
}

/* anmimations */
@keyframes fadester {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes navaction {
  from {
    background: rgba(0, 0, 0, 0);
    color: #222;
  }
  to {
    background: rgba(87, 68, 11, 0.1);
    color: #000;
  }
}
/* mobile styles */
@media (max-width: 768px) {
  .sidebar-footer {
    display: none;
  }

  .mobile-sidebar-footer {
    display: block;
  }

  .alignright {
    display: block;
    float: none;
    margin-left: 0;
    width: 100%;
  }
}