.template-logo {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-top: 15px;
}

.template-logo-container:hover a {
  text-decoration: none;
}

.template-logo p {
  flex-basis: 100%;
}

.template-logo img,
.template-logo-footer img {
  width: 40px;
}

.post-details-title-area .post-content h1.post-title {
  font-size: 40px;
}

.home-img {
  float: right;
  width: 40%;
  margin: 0 30px 20px;
}

.post-details-content ul > li {
  color: #858585;
}

.blog-thumbnail {
  display: flex;
  align-items: center;
}
.blog-thumbnail a {
  width: 100%;
}

.white {
  color: #fff;
}
.section {
  padding: 50px 0 0;
}

.section h2,
.section h3 {
  font-size: 28px;
  padding-top: 20px;
}
.blog_item_col {
  padding-top: 20px;
}

.blogs {
  margin-top: 0;
}

.page_container {
  padding-top: 100px;
}

.page_container h1 {
  font-size: 32px;
  text-align: center;
  margin: 0 auto;
}

/*********************************
8. Contact Form
*********************************/

.form_input {
  display: block;
  width: 100%;
  height: 50px;
  border: solid 1px #e5e5e5;
  padding-left: 20px;
  font-size: 16px;
  margin-bottom: 20px;
}
.input_message {
  width: 100%;
  margin-bottom: 15px;
  font-size: 16px;
  padding-bottom: 15px;
}
.form_input:focus,
#newsletter_email:focus {
  border: solid 1px #7f7f7f !important;
  box-shadow: none !important;
}
.message_submit_btn {
  background: #1e1e27;
  color: #ffffff;
  text-transform: uppercase;
  width: 165px;
  border: none;
  height: 46px;
  cursor: pointer;
}
.message_submit_btn:hover {
  background: #2b2b34 !important;
}
:focus {
  outline: none !important;
}
.input_ph::-webkit-input-placeholder {
  font-size: 16px !important;
  font-weight: 400;
  color: #b9b4c7 !important;
}
.input_ph:-moz-placeholder /* older Firefox*/ {
  font-size: 16px !important;
  font-weight: 400;
  color: #b9b4c7 !important;
}
.input_ph::-moz-placeholder /* Firefox 19+ */ {
  font-size: 16px !important;
  font-weight: 400;
  color: #b9b4c7 !important;
}
.input_ph:-ms-input-placeholder {
  font-size: 16px !important;
  font-weight: 400;
  color: #b9b4c7 !important;
}
.input_ph::input-placeholder {
  font-size: 16px !important;
  font-weight: 400;
  color: #b9b4c7 !important;
}
textarea {
  border: solid 1px #e5e5e5;
  padding-left: 20px;
  padding-top: 15px;
}
textarea:hover {
  border-color: #7f7f7f !important;
}
.input_name {
  margin-bottom: 19px;
  margin-top: 31px;
}
.input_review {
  display: block;
  width: 100%;
  border: solid 1px #e5e5e5;
  margin-top: 23px;
  padding-left: 20px;
  padding-top: 13px;
}
.user_star_rating {
  display: inline-block;
  margin-left: 18px;
}
.user_star_rating li {
  display: inline-block;
  margin-right: -3px;
  cursor: pointer;
}
.user_star_rating li i {
  color: #f5c136;
  font-size: 18px;
}
.review_submit_btn {
  width: 170px;
  border: none;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
}

@media (max-width: 768px) {
  .home-img {
    width: 100%;
    margin: 0 0 20px;
  }

  .post-details-title-area .post-content h1.post-title {
    font-size: 20px;
  }

  h2,
  h3,
  h4 {
    font-size: 20px;
  }
  .btn {
    width: 100%;
  }
}


.blogs_container .blog_item h4 {
  font-size: 16px;
}


/*SUBMENU*/
ul.navbar_menu .has-children {
  position: relative;
}

ul.navbar_menu .has-children > a {
  position: relative;
  padding-right: 20px;
}

ul.navbar_menu .has-children .dropdown {
  visibility: hidden;
  opacity: 0;
  top: 100%;
  z-index: 999;
  position: absolute;
  text-align: center;
  -webkit-box-shadow: 0 4px 10px -2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 10px -2px rgba(0, 0, 0, 0.1);
  padding: 20px 0;
  margin-top: 0px;
  margin-left: 0px;
  background: #ffffff;
  -webkit-transition: 0.2s 0s;
  -o-transition: 0.2s 0s;
  transition: 0.2s 0s;
}

ul.navbar_menu .has-children .dropdown > li {
  list-style: none;
  padding: 0;
  margin: 0;
  min-width: 180px;
}

ul.navbar_menu .has-children .dropdown > li > a {
  padding: 4px 16px;
  display: block;
}

ul.navbar_menu .has-children .dropdown > li.has-children > .dropdown, ul.navbar_menu .has-children .dropdown > li.has-children > ul {
  left: 100%;
  top: 0;
}

ul.navbar_menu .has-children:hover, ul.navbar_menu .has-children:focus, ul.navbar_menu .has-children:active {
  cursor: pointer;
}

ul.navbar_menu .has-children:hover > .dropdown, ul.navbar_menu .has-children:focus > .dropdown, ul.navbar_menu .has-children:active > .dropdown {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  margin-top: 0px;
  visibility: visible;
  opacity: 1;
}
.hamburger_menu ul.menu_item {
  list-style: none;
  color: unset;
}

.hamburger_menu ul.menu_item a {
  color: #1e1e27;
}