/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/
.entry-meta .cat-links::before {
  content: "\f185";
  font-family: "FontAwesome";
  font-weight: bold;
}
.entry-meta .cat-links {
  margin-bottom: 18px;
}
.entry-meta .tags-links::before {
  content: "\f02b";
  font-family: "FontAwesome";
  font-weight: bold;
  color: #000;
}
.entry-meta .tags-links {
  color: #fff;
  margin-bottom: 20px;
}
.entry-meta .tags-links a {
  color: #fff;
  background-color: #2a2a2a;
  padding: 1px 5px;
  display: inline-block;
  border-radius: 1px;
  font-size: 12px;
  text-transform: lowercase;
  margin-bottom: 5px;
}
.entry-meta #nav-below.post-navigation {
  overflow: unset;
}
.entry-meta #nav-below.post-navigation .nav-previous {
  margin-bottom: 14px;
}
.entry-meta #nav-below.post-navigation .nav-previous .prev {
  border: 1px solid #2a2a2a;
  padding: 5px;
  box-sizing: border-box;
}
.entry-meta #nav-below.post-navigation .nav-previous .prev::before {
  opacity: 1;
  font-weight: bold;
}
.entry-meta #nav-below.post-navigation .nav-next .next {
  border: 1px solid #2a2a2a;
  padding: 5px;
  box-sizing: border-box;
}
.entry-meta #nav-below.post-navigation .nav-next .next::before {
  opacity: 1;
  font-weight: bold;
}

header#masthead.site-header .inside-header {
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
  display: -webkit-flex;
  display: -o-flex;
  display: -moz-flex;
  display: -ms-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -o-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
  -o-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
}
header#masthead.site-header .inside-header .site-logo {
  margin-right: auto;
}

#primary-menu .menu .menu-item a {
  color: #000;
}
#primary-menu .menu .menu-item a .dropdown-menu-toggle {
  padding-right: 0;
}
#primary-menu .menu .menu-item ul.sub-menu {
  background-color: #f4f4f4;
  width: 300px;
}
#primary-menu .menu .menu-item ul.sub-menu .menu-item {
  border-bottom: #ddd dashed 1px;
}
#primary-menu .menu .menu-item ul.sub-menu .menu-item:last-child {
  border-bottom: none;
}

@media only screen and (max-width: 1024px) {
  header#masthead.site-header .inside-header {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media only screen and (max-width: 768px) {
  header#masthead.site-header .inside-header {
    display: block;
  }
  header#masthead.site-header .inside-header .site-logo {
    float: left;
    margin-bottom: 0;
    position: relative;
    z-index: 10;
  }
  header#masthead.site-header .inside-header .site-logo a img {
    width: 70px;
  }
  header#masthead.site-header .inside-header #site-navigation {
    position: absolute;
    z-index: 9;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  header#masthead.site-header .inside-header #site-navigation #primary-menu {
    margin-top: 18px;
    padding: 10px 15px;
    box-sizing: border-box;
  }
}
.single-post .featured-image.page-header-image-single {
  margin-top: 0;
  width: 100%;
  max-width: 100%;
  height: 270px;
}
.single-post .featured-image.page-header-image-single img {
  width: 100%;
  height: 270px;
  object-fit: cover;
}

body header.site-header .inside-header {
  padding-left: 0;
  padding-right: 0;
}
body header.site-header .inside-header .site-branding {
  margin-bottom: 0;
}
body header.site-header .inside-header .main-title a {
  font-size: 32px;
}
body header.site-header .inside-header #site-navigation.main-navigation {
  background-color: transparent;
}
body header.site-header .inside-header #site-navigation.main-navigation .inside-navigation #primary-menu .menu li a {
  background-color: transparent;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 15px;
  padding-left: 10px;
  padding-right: 10px;
  color: #666;
}
body #page #content #primary #main .inside-article .entry-content p {
  letter-spacing: -0.02em;
  line-height: 28px;
}
body #page #content #primary #main .contact-form-row .wpcf7 input {
  width: 100%;
}
body #page #content #primary .comments-area form input, body #page #content #primary .comments-area form textarea {
  width: 100%;
  font-size: 16px;
}
body #page #content #primary .comments-area form #submit {
  width: auto;
}
body #page #content #right-sidebar .inside-right-sidebar aside.widget ul li {
  border-bottom: 1px dashed #ccc;
  line-height: normal;
  padding-bottom: 10px;
  margin-bottom: 8px;
}

@media only screen and (max-width: 768px) {
  body {
    overflow-x: hidden;
  }
  body header.site-header .inside-header {
    padding: 10px 0;
    height: auto;
    display: flex;
    display: -webkit-flex;
    display: -o-flex;
    display: -moz-flex;
    display: -ms-flex;
    align-items: center;
    -webkit-align-items: center;
    -o-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -o-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    position: relative;
  }
  body header.site-header .inside-header .site-branding {
    height: auto;
    float: left;
    position: absolute;
    z-index: 999;
    left: 10px;
  }
  body header.site-header .inside-header .main-title a {
    font-size: 20px;
  }
  body header.site-header .inside-header #site-navigation.main-navigation {
    width: 100%;
    max-width: 100%;
    position: relative;
  }
  body header.site-header .inside-header #site-navigation.main-navigation .inside-navigation button.menu-toggle {
    text-align: right;
    font-size: 20px;
  }
  body header.site-header .inside-header #site-navigation.main-navigation .inside-navigation #primary-menu {
    position: absolute;
    background-color: #f4f4f4;
    width: 100%;
    left: 0;
  }
  body header.site-header .inside-header #site-navigation.main-navigation .inside-navigation #primary-menu .menu li {
    border-bottom: #ddd solid 1px;
  }
  body header.site-header .inside-header #site-navigation.main-navigation .inside-navigation #primary-menu .menu li a {
    line-height: 50px;
  }
  body header.site-header .inside-header #site-navigation.main-navigation .inside-navigation #primary-menu .menu li ul.sub-menu {
    width: 100%;
  }
  body header.site-header .inside-header #site-navigation.main-navigation .inside-navigation #primary-menu .menu li ul.sub-menu li a {
    padding-top: 0;
    padding-bottom: 0;
    line-height: 50px;
  }
  body header.site-header .inside-header #site-navigation.main-navigation .inside-navigation #primary-menu .menu li ul.sub-menu .menu-item:last-child {
    border-bottom: none;
  }
  body header.site-header .inside-header #site-navigation.main-navigation .inside-navigation #primary-menu .menu li:last-child {
    border-bottom: none;
  }
}
.site-footer {
  background-color: #eee;
}
.site-footer #footer-widgets {
  background-color: #333;
}
.site-footer #footer-widgets .footer-widgets-container .inside-footer-widgets #menu-footer,
.site-footer #footer-widgets .footer-widgets-container .inside-footer-widgets #menu-footer-en {
  display: flex;
  display: -webkit-flex;
  display: -o-flex;
  display: -moz-flex;
  display: -ms-flex;
  justify-content: center;
  -webkit-justify-content: center;
  -o-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
}
.site-footer #footer-widgets .footer-widgets-container .inside-footer-widgets #menu-footer li,
.site-footer #footer-widgets .footer-widgets-container .inside-footer-widgets #menu-footer-en li {
  padding: 0 10px;
}
.site-footer #footer-widgets .footer-widgets-container .inside-footer-widgets #menu-footer li a,
.site-footer #footer-widgets .footer-widgets-container .inside-footer-widgets #menu-footer-en li a {
  color: #fff;
}

@media only screen and (max-width: 480px) {
  .site-footer {
    background-color: #eee;
  }
  .site-footer #footer-widgets {
    background-color: #333;
  }
  .site-footer #footer-widgets .footer-widgets-container .inside-footer-widgets #menu-footer,
  .site-footer #footer-widgets .footer-widgets-container .inside-footer-widgets #menu-footer-en {
    flex-direction: column;
    -webkit-flex-direction: column;
    -o-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    align-items: center;
    -webkit-align-items: center;
    -o-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    -o-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
  }
  .site-footer #footer-widgets .footer-widgets-container .inside-footer-widgets #menu-footer li,
  .site-footer #footer-widgets .footer-widgets-container .inside-footer-widgets #menu-footer-en li {
    padding: 0 10px;
  }
  .site-footer #footer-widgets .footer-widgets-container .inside-footer-widgets #menu-footer li a,
  .site-footer #footer-widgets .footer-widgets-container .inside-footer-widgets #menu-footer-en li a {
    color: #fff;
  }
}
