.site {
  height: 100%;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

#vce-main {
  flex: 1;
}

.site-title img {
  max-width: 260px;
  width: auto !important;
}

.media-details {
  margin-bottom: 1rem;
}

.site-description {
  text-align: center;
  font-family: 'Merriweather', Georgia, Times, serif;
  text-transform: uppercase;
  font-size: 1rem;
  letter-spacing: 2px;
}

.top-links-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.top-nav-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  list-style: none;
  margin: 0 0.5rem 0 0;
  font-size: 1.125rem;
}

.top-nav-menu li a {
  line-height: unset;
  font-size: inherit;
}

.top-nav-menu a {
  color: rgba(255, 255, 255, 0.75);
  padding: 0 0.875rem;
  -webkit-transition: color 100ms ease-in;
  -o-transition: color 100ms ease-in;
  transition: color 100ms ease-in;
  text-decoration: none;
  font-weight: 600;
}

.top-nav-menu a:hover {
  color: #fff;
}

.sidebar .mks_author_link,
.sidebar .tagcloud a:hover,
.sidebar .mks_themeforest_widget .more
button,
.sidebar input[type="button"],
.sidebar input[type="reset"],
.sidebar input[type="submit"],
.sidebar .vce-button,
.sidebar .bbp_widget_login .button {
  background-color: #ba0c2f;
}

.vce-photo-caption {
  position: relative;
  text-align: left;
  background-color: rgba(0, 0, 0, 0.85);
  max-width: 100%;
  font-style: normal;
  font-weight: 500;
}

.ugafooter-links-list {
  line-height: 1.2rem;
  margin-bottom: 0;
}

@media screen and (max-width: 1200px) and (min-width: 1024px) {
  .main-navigation a {
    font-size: 14px;
  }
}

#sticky_header .main-navigation a {
  padding: 15px 10px;
}

@media screen and (max-width: 1200px) and (min-width: 1024px) {
  #sticky_header .main-navigation a {
    font-size: 12px;
  }
}

@media screen and (min-width: 1201px) {
  #sticky_header .main-navigation a {
    font-size: 14px;
  }
}

@media screen and (max-width: 1023px) {
  .header-bottom-wrapper {
    display: none;
  }
}

.search-box {
  position: relative;
}

.search-box .search-toggle {
  color: #fff;
}

.search-header-form {
  display: none;
  position: absolute;
  right: 0;
  width: 300px;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  border-style: solid;
  border-color: #ba0c2f;
  border-width: 0 0 3px;
}

.search-header-form input {
  font-family: 'Merriweather Sans', Helvetica, Arial, sans-serif;
}

.search-header-form.open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
}

.row-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.uga-header {
  background-color: #ba0c2f;
  padding: .25rem 0;
  color: #fff;
}

.uga-header a {
  display: inline-block;
}

.uga-logo {
  height: 24px;
  vertical-align: top;
}

@media screen and (min-width: 1024px) {
  .mobile-header {
    display: none;
  }
}

.main-header {
  display: none;
}

@media screen and (min-width: 1024px) {
  .main-header {
    display: block;
  }
}

.main-header .site-title,
.main-header .site-title a {
  font-size: 1rem;
  line-height: initial;
}

.site-header {
  padding: 1.5rem 0 1.25rem;
}

.site-header .title {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.header-bottom-wrapper {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent;
  border-top: solid 1px #dadada;
}

.nav-menu > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  list-style: none;
}

.nav-menu a {
  color: #666;
  padding: 1rem 1.25rem;
  display: block;
  text-decoration: none;
  font-family: 'Merriweather Sans';
  font-size: 1.25rem;
  font-weight: 400;
  /*text-transform: uppercase;*/
  -webkit-transition: background-color 100ms ease-in;
  -o-transition: background-color 100ms ease-in;
  transition: background-color 100ms ease-in;
}

@media screen and (max-width: 1200px) and (min-width: 1024px) {
  .nav-menu a {
    padding: .875rem .75rem;
  }
}

.nav-menu .menu-item a:hover {
  background-color: #ba0c2f;
  color: #fff;
}

.nav-menu .current-menu-item a {
  background-color: #eee;
  color: #222;
}

.mobile-nav-toggle {
  background-color: #ba0c2f;
  color: #fff;
  min-width: 50px;
  line-height: 32px;
}

@media screen and (min-width: 1024px) {
  .mobile-nav-toggle {
    display: none;
  }
}

@media screen and (max-width: 782px) {
  .admin-bar {
    padding: 0;
  }
}

.mh-head {
  background-color: #e3e3e3;
}

.mh-head.mh-sticky {
  z-index: 30;
}

.mh-head .mh-logo img {
  height: 100%;
  vertical-align: top;
}

.mm-navbars-bottom .mm-navbar {
  padding: 10px;
  height: auto;
}

.mm-navbars-bottom .mobile-uga-logo {
  padding: 0;
  display: block;
  text-align: left;
}

.mm-navbars-bottom .mobile-uga-logo img {
  max-width: 200px;
}

.vce-lay-i {
  padding: 1rem;
  margin-bottom: 1rem;
}

.vce-lay-i .entry-title {
  margin-bottom: 0;
}

.vce-lay-i .entry-date {
  font-size: 1.125rem;
  color: #9EA2A2;
}

.vce-lay-i .entry-excerpt {
  font-size: 1.25rem;
}

.vce-lay-i .entry-excerpt *:last-child {
  margin-bottom: 0;
}

.vce-lay-i a {
  display: block;
}

.widget .upw-posts .entry-title {
  font-size: 1.5rem;
}

.widget .upw-posts .entry-title a {
  display: block;
  color: #444444;
}

.widget .upw-posts .entry-title a:hover {
  color: #e4002b;
  text-decoration: none;
}

.widget .upw-posts article:last-child {
  margin-bottom: 0;
}