/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.1
*/

/*************** ADD CUSTOM CSS HERE.   ***************/



.header-bottom-nav > li.current-menu-item > a.nav-top-link {
  position: relative;
  background: #F27121 !important;
  color: #fff !important;
  box-shadow: 0 -8px 0 #F27121 !important;
}
.header-bottom-nav li.current-menu-item:before {
  position: absolute;
  bottom: 100%;
  left: 100%;
  content: "";
  display: block;
  border-top: 4px solid transparent;
  border-right: 4px solid transparent;
  border-left: 4px solid #8a0005;
  border-bottom: 4px solid #8a0005;
}

.sidebar-wrapper>.widget,
.widget-area>.widget,
.row-dep,
.post {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, .125);
  border-radius: .40rem;
  box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075);
  padding: 1rem;
  margin-bottom: 1.5rem;
}
.sidebar-home {
  padding-bottom: 0;
}
.sidebar-wrapper .recent-blog-posts a {
  display: -webkit-box;
  max-height: 3.8em;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.comments-area {display:none}

.entry-content .btn-related {
  padding: 0px;
  margin: 0;
  padding-top: 1em !important;
  padding-bottom: 1em !important;
  width: 100%;
  display: block;
  font-weight: bold;
  background-color: #eaeaea;
  border: 0 !important;
  border-left: 4px solid #34495E !important;
  text-decoration: none;
}
.entry-content .btn-related p {
  display: none;
}
.entry-content .btn-related:active,
.entry-content .btn-related:hover {
  opacity: 1;
  transition: opacity 250ms;
  webkit-transition: opacity 250ms;
  text-decoration: none;
}
.entry-content .btn-related {
  transition: background-color 250ms;
  webkit-transition: background-color 250ms;
  opacity: 1;
  transition: opacity 250ms;
  webkit-transition: opacity 250ms;
}
.entry-content .btn-related .btn-inner {
  padding-left: 1em;
  padding-right: 1em;
}
.entry-content .btn-related .ctaText {
  font-weight: bold;
  color: #464646;
  text-decoration: none;
  font-size: 16px;
}
.entry-content .btn-related .postTitle {
  color: #000000;
  text-decoration: underline !important;
  font-size: 16px;
}
.entry-content .btn-related:hover .postTitle {
  text-decoration: underline !important;
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/

}