/*
 Theme Name:   Sorbet Child
 Theme URI:    https://wordpress.com/themes/sorbet/
 Description:  Sorbet Child Theme
 Author:       OneLogic
 Author URI:   https://onelogic.ro
 Template:     sorbet
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  sorbetchild
*/

@import url("https://fonts.googleapis.com/css2?family=Roboto&family=Zilla+Slab:wght@700&display=swap");

body {
  background-color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 20px;
}

a:visited,
a {
  color: #fe8d2b;
  text-decoration: none;
}

.site-header {
  background: transparent;
  border-bottom: 0 none;
}

.site-header img {
  max-height: initial;
}

.site-content {
  max-width: 990px;
}

.site-header-wrapper {
  max-width: 990px;
  margin: -83px auto 0;
  background-color: #fe8d2b;
  overflow: hidden;
  position: relative;
}

.site-branding {
  margin: 0;
}

.toggles #menu-toggle:before {
  content: "";
  background-image: url(img/menu.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 24px;
  background-color: #4b5b5b;
}

.toggles #search-toggle:before {
  content: "";
  background-image: url(img/search.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 40px;
  background-color: #fff;
}

.toggles {
  margin-right: 20px;
  margin-top: 16px;
}

.hentry {
  background-color: #f2f3f3;
  border-top: 5px solid #fe8d2b;
  padding: 26px 26px 22px;
}

.entry-format,
.hentry:before {
  background-color: #fe8d2b;
}

.hentry::before {
  content: "";
  background: url(img/hentry.png) no-repeat center #fe8d2b;
  line-height: 53px;
  width: 53px;
  height: 53px;
  top: -30px;
}

.hentry:after {
  display: none;
}

.entry-title {
  line-height: 36px;
  margin: 20px 0;
}

.entry-content div:empty {
    height: 15px;
}

.entry-title a,
h1,
.entry-title {
  font-family: "Zilla Slab", serif;
  color: #4b5b5b;
  font-size: 36px;
  line-height: 36px;
  text-transform: uppercase;
}

.widget-title {
  font-family: "Zilla Slab", serif;
  color: #4b5b5b;
  font-size: 24px;
  text-transform: uppercase;
  line-height: 36px;
}

.widget ul {
  list-style: none;
  margin: 0;
}

.widget ul li {
  margin-bottom: 10px;
}

.widget ul li a {
  color: #4b5b5b;
  font-size: 14px;
  line-height: 20px;
}

.widget ul li a:hover {
  color: #fe8d2b;
}

.entry-content,
.entry-summary {
  margin-top: 20px;
  margin-bottom: 0px;
}

.aligncenter {
  margin: 0 auto;
}

footer.entry-meta {
  border-top: 1px solid #9ea7a7;
  padding-top: 16px;
}

footer.entry-meta span {
  font-size: 14px;
  color: rgba(75, 91, 91, 0.5);
  line-height: 36px;
  letter-spacing: normal;
}

footer.entry-meta a {
  letter-spacing: normal;
}

.edit-link:before {
  color: #fe8d2b;
}

.post-date:before {
  content: "";
  background: url(img/date.png) no-repeat center transparent;
}

.byline:before {
  content: "";
  background: url(img/user.png) no-repeat center transparent;
}

.tags-links:before {
  content: "";
  background: url(img/category.png) no-repeat center transparent;
}

.comments-link:before {
  content: "";
  background: url(img/comment.png) no-repeat center transparent;
}

.post-date:before,
.byline:before,
.tags-links:before,
.comments-link:before {
  content: "";
  width: 24px;
  height: 24px;
  display: inline-block;
  margin-right: 10px;
  background-size: contain;
}

.content-area {
  margin: 0 -27.27% 0 0;
}

.site-content .widget-area {
  width: 27.27%;
}

.site-header img.mobile {
  display: none;
}

.entry-content img.aligncenter {
  width: 100%;
}

.widget {
  line-height: 18px;
}

.single .page-title,
.archive.category .page-title {
  position: relative;
  padding-left: 72px;
  font-size: 24px;
  line-height: 36px;
  color: #4b5b5b;
}

.single .page-title:before,
.archive.category .page-title:before {
  content: "";
  width: 53px;
  height: 53px;
  background: url(img/post-category.png) no-repeat center #4b5b5b;
  display: inline-block;
  border-radius: 50%;
  top: -6px;
  left: 5px;
  position: absolute;
}

.comment-respond {
  border-top: 5px solid #fe8d2b;
}

div#respond {
  background-color: #f2f3f3;
  padding: 28px;
}

.comment-respond:after {
  content: initial;
}

.single .hentry {
  margin-bottom: 48px;
}

.comment-reply-title {
  font-size: 36px;
  line-height: 36px;
  font-family: "Zilla Slab", serif;
  color: #4b5b5b;
  text-align: center;
  text-transform: uppercase;
}

#comments textarea {
  background-color: #fff;
  border-radius: 5px;
  margin-bottom: 0;
}

.comment-form-author,
.comment-form-email,
.comment-form-url,
.comment-form-comment {
  margin-bottom: 15px;
}

.comment-form-author input,
.comment-form-email input,
.comment-form-url input,
.comment-form-comment input {
  margin-bottom: 0;
  background: #fff;
  border-radius: 5px;
}

.comment-form label {
  width: auto;
}

.comment-form-author label,
.comment-form-email label,
.comment-form-url label,
.comment-form-comment label {
  font-size: 14px;
  text-transform: none;
}

.required {
  color: #fe8d2b;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  font-family: "Zilla Slab", serif;
  font-size: 24px;
  line-height: 36px;
  color: #fff;
  background: #fe8d2b;
  border-radius: 5px;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  background-color: #cf680e;
  color: #fff;
}

textarea:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus {
  border-color: #fe8d2b;
}

.page-id-8 .hentry:before {
  content: "";
  background: url(img/contact.png) no-repeat center #fe8d2b;
}

.wpcf7-form p {
  margin-bottom: 15px;
}

.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="url"],
.wpcf7-form input[type="password"],
.wpcf7-form input[type="search"],
.wpcf7-form textarea {
  width: 100%;
  background: #fff;
  border-radius: 5px;
}

.panel#menu-toggle-nav {
  background-color: #4b5b5b;
  border-color: #4b5b5b;
}

.panel#menu-toggle-nav a:visited,
.panel#menu-toggle-nav a {
  color: rgba(255, 255, 255, 0.6);
}

.panel#menu-toggle-nav .current_page_item a {
  color: #fff;
}

.panel#menu-toggle-nav a:hover {
  color: #fff;
}

@media screen and (max-width: 755px) {
  body {
    font-size: 20px;
    line-height: 26px;
  }

  .site-header img.desktop {
    display: none;
  }

  .site-header img.mobile {
    display: inline-block;
    width: 100%;
  }

  .site-branding {
    float: left;
    max-width: 60%;
    width: 100%;
    padding-left: 15px;
  }

  .toggles {
    clear: initial;
    margin-top: 6px;
    margin-bottom: 0;
  }

  .site-header-wrapper {
    margin-top: -5px;
  }

  #main {
    padding: 0 15px;
  }

  .hentry {
    padding-left: 15px;
    padding-right: 15px;
  }

  .site-content .widget-area {
    width: 100%;
  }

  .widget ul li a {
    font-size: 18px;
    line-height: 24px;
  }

  .site-content .widget-area {
    padding: 0 15px;
  }

  .edit-link:before {
    margin-right: 10px;
  }

  .widget {
    line-height: 24px;
  }

  .single header.page-header {
    display: none;
  }

  div#respond {
    padding: 28px 15px;
  }

  .comment-reply-title,
  .entry-title a,
  h1,
  .entry-title {
    font-size: 26px;
  }

  p.comment-notes {
    font-size: 14px;
  }
}
