/**
 *  Style for main navigation
 */
.menu-link {
  position: absolute;
  top: 20px;
  margin: 20px;
  transform: scale(2, 2);
  -webkit-transform: scale(2, 2);
  -moz-transform: scale(2, 2);
  -ms-transform: scale(2, 2);
  -o-transform: scale(2, 2);
}
@media (min-width: 768px) {
  .menu-link {
    display: none;
  }
}
#site-navigation {
  text-transform: uppercase;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  #site-navigation {
    display: none;
  }
}
#site-navigation ul {
  flex-wrap: wrap;
  justify-content: left;
}
#site-navigation ul li {
  margin: 10px 18px;
  padding: 5px 0;
  text-align: left;
}
#site-navigation ul ul {
  text-transform: none;
  box-shadow: none;
  background: rgba(255, 255, 255, 0.25);
  border-right: solid 1px rgba(255, 255, 255, 0.1);
}
#masthead.default #site-navigation ul ul,
#masthead.ad #site-navigation ul ul,
#masthead.simple #site-navigation ul ul {
  background: rgba(0, 0, 0, 0.25);
  border-left: solid 1px rgba(255, 255, 255, 0.1);
  border-right: solid 1px rgba(0, 0, 0, 0.1);
}
#masthead.default #site-navigation ul ul a:hover,
#masthead.ad #site-navigation ul ul a:hover,
#masthead.simple #site-navigation ul ul a:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
#site-navigation ul ul li {
  margin: 0;
  padding: 0;
}
#site-navigation ul ul li a {
  padding: 12px;
}
#site-navigation ul ul li a:after {
  content: none;
}
#site-navigation ul ul li ul {
  transform: translateX(100%);
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
}
#site-navigation ul.nav-menu > li.menu-item-has-children > a:after {
  display: inline-block;
  position: relative;
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  margin-left: 10px;
}
#site-navigation ul.nav-menu > li.menu-item-has-children > a:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  height: 3px;
  width: 0%;
  background: black;
  transition: width 0.2s ease-in-out;
  -webkit-transition: width 0.2s ease-in-out;
  -moz-transition: width 0.2s ease-in-out;
  -ms-transition: width 0.2s ease-in-out;
  -o-transition: width 0.2s ease-in-out;
}
#site-navigation ul.nav-menu > li.menu-item-has-children > a:hover:before,
#site-navigation ul.nav-menu > li.menu-item-has-children > a:active:before {
  width: 100%;
}
#site-navigation ul.sub-menu > li.menu-item-has-children > a {
  position: relative;
}
#site-navigation ul.sub-menu > li.menu-item-has-children > a:after {
  content: "\f105";
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  margin-left: 10px;
  right: 15px;
}
a.panel_hide_button {
  font-size: 14px;
  position: absolute;
  top: 0;
  right: 0px;
  margin: 30px 15px;
  color: black;
}
a.panel_hide_button i {
  font-size: 24px;
}
#menu {
  z-index: 999;
  background: url(../../images/noisebg.png) #f7f7f7;
  border-left: solid 1px #d1d1d1;
  text-align: left;
  overflow-y: auto;
  padding-top: 46px;
}
@media screen and (min-width: 768px) {
  #menu {
    display: none;
  }
}
#menu ul {
  margin-left: 0px;
  padding: 0px;
}
#menu ul li {
  list-style: none;
  padding: 0px;
  position: relative;
  font-family: 'Cantarell', sans-serif;
}
#menu ul li a {
  display: block;
  color: black;
  padding: 20px;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#menu ul li li a {
  /*
              &:before {
                  content: "\f068";
                  font-family: "FontAwesome";
                  margin-right: 20px;
                  font-size: 15px;
              }
*/
}
#menu ul li.menu-item-has-children {
  display: block;
}
#menu ul li.menu-item-has-children span.dropdown-arrow {
  position: absolute;
  height: 56px;
  width: 56px;
  top: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-content: center;
  background: rgba(0, 0, 0, 0.3);
  cursor: pointer;
}
#menu ul li.menu-item-has-children span.dropdown-arrow i {
  margin: auto;
  color: white;
  font-weight: 700;
  font-size: 20px;
}
#menu ul li.menu-item-has-children ul {
  background: rgba(0, 0, 0, 0.1);
}
#menu ul .current-menu-item > a {
  background: rgba(0, 0, 0, 0.05);
}
/**
 *  Code for universal elements of the theme
 **/
body {
  font-size: 16px;
  letter-spacing: .03em;
  font-family: 'Cantarell', sans-serif;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
.row {
  width: 100%;
  margin: 0;
}
h1 {
  font-size: 2em;
}
h2 {
  font-size: 1.7em;
}
h3 {
  font-size: 1.3em;
}
a {
  color: black;
}
a:visited,
a:hover,
a:focus,
a:active {
  text-decoration: none;
  color: black;
}
ul {
  list-style: none;
  margin: 0 0 .5em 1em;
  padding-left: 1em;
}
#content-wrapper {
  margin-bottom: 50px;
}
#top-bar {
  padding: 10px 0;
}
#top-wrapper {
  padding: 20px 0;
}
#primary,
#secondary {
  display: inline-block;
  padding: 0 15px;
}
@media (max-width: 767px) {
  #primary,
  #secondary {
    width: 100% !important;
  }
}
.section-title,
.widget-title {
  padding: 0 0 10px 15px;
  border-bottom: solid 5px black;
  margin-bottom: 20px;
}
.section-title {
  text-align: left;
}
.featured-section {
  margin-bottom: 50px;
}
.diviner-ad-wrapper {
  text-align: center;
}
/**
 *  Style for Site Branding
 */
@media screen and (max-width: 767px) {
  .site-branding {
    text-align: center;
  }
}
/**
 *  LESS file for Single and Blog Post File
 */
#primary article h1 {
  margin-bottom: 10px;
  line-height: 1.5em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
}
#primary article .title-font a {
  color: black;
}
#primary article .entry-meta {
  font-size: 12px;
}
#primary article .entry-meta a {
  color: #333333;
}
#primary article .entry-meta > * {
  margin-right: 20px;
  display: inline-block;
}
#primary article .entry-meta > * i {
  margin: 6px 4px 6px 0;
  font-size: 14px;
}
#primary article .entry-content {
  margin-bottom: 30px;
}
#primary article .read-more {
  margin-bottom: 10px;
  text-transform: uppercase;
}
#primary article .entry-footer {
  font-size: 12px;
  color: black;
}
#primary article .entry-footer i {
  margin-right: 5px;
}
/**
 *  LESS file for Sidebar
 */
.widget {
  margin-bottom: 50px;
}
#secondary .widget_recent_entries ul li {
  margin: 0;
  padding: 14px 0;
  border-bottom: solid 1px #e6e6e6;
}
#secondary .widget_recent_entries ul li:last-child {
  border-bottom: none;
}
#secondary .widget_recent_entries ul li:before {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  margin-right: 10px;
  font-size: 12px;
}
/**
 *  LESS File for Site Pagination
 */
.pagination {
  width: 100%;
  justify-content: center;
  font-family: 'Fjalla One', sans-serif;
  letter-spacing: normal;
  font-size: 20px;
  font-weight: 700;
}
.pagination .page-numbers {
  margin: 0 10px;
}
.pagination .current {
  position: relative;
}
.pagination .current:before {
  position: absolute;
  content: "";
  width: 15px;
  height: 4px;
  background-color: black;
  bottom: -30%;
  left: -20%;
  right: -20%;
}
.post-navigation {
  display: inline-block;
  width: 100%;
  font-size: 20px;
  font-weight: 700;
}
.post-navigation span.nav-subtitle {
  margin: auto 6px;
  font-size: 24px;
}
/**
 *  LESS File for Footer
 */
#footer-sidebar {
  background-color: black;
  padding: 50px 0;
  color: #e6e6e6;
}
#footer-sidebar a {
  color: #e6e6e6;
}
#footer-sidebar h2.widget-title {
  text-transform: uppercase;
}
#footer-sidebar .widget {
  margin-bottom: 50px;
}
#colophon {
  padding: 30px 20px;
}
#colophon a {
  font-weight: 700;
}
/**
 *  LESS file for the Search Form
 */
#masthead.simple #top-search,
#masthead.default #top-search {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  font-size: 14px;
  transform: translateY(-15px);
  -webkit-transform: translateY(-15px);
  -moz-transform: translateY(-15px);
  -ms-transform: translateY(-15px);
  -o-transform: translateY(-15px);
  z-index: 99;
}
#masthead.simple #top-search form,
#masthead.default #top-search form {
  text-align: center;
}
@media screen and (max-width: 767px) {
  #masthead.simple #top-search form,
  #masthead.default #top-search form {
    width: 100%;
  }
}
#masthead.simple #top-search form label,
#masthead.default #top-search form label {
  border: solid 1px #ddd;
  border-radius: 20px;
  background-color: #ffffff;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
}
#masthead.simple #top-search form label input[type="text"],
#masthead.default #top-search form label input[type="text"] {
  border: none;
  background: none;
  padding-left: 10px;
  font-style: italic;
}
#masthead.simple #top-search form button,
#masthead.default #top-search form button {
  box-shadow: none;
  border: none;
  position: relative;
}
#masthead.simple #top-search form input[type="submit"],
#masthead.default #top-search form input[type="submit"] {
  display: none;
}
#masthead.full #top-search {
  display: block;
  font-size: 17px;
  z-index: 99;
}
#masthead.full #top-search form {
  text-align: center;
}
#masthead.full #top-search form label {
  border: none;
  border-radius: 24px;
  padding: 6px 10px;
  background-color: rgba(255, 255, 255, 0.25);
}
#masthead.full #top-search form label input[type="text"] {
  border: none;
  color: black;
  background: none;
  padding-left: 10px;
  font-style: italic;
}
#masthead.full #top-search form label input[type="text"]::placeholder {
  color: black;
}
#masthead.full #top-search form button {
  box-shadow: none;
  border: none;
  position: relative;
}
#masthead.full #top-search form input[type="submit"] {
  display: none;
}
#masthead.ad #top-search {
  display: inline-block;
  position: relative;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  #masthead.ad #top-search {
    width: 100%;
    text-align: center;
  }
}
#masthead.ad #top-search form label {
  margin: 0px;
  border: solid 1px #ddd;
  border-radius: 20px;
  background-color: #ffffff;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
}
#masthead.ad #top-search form label input[type="text"] {
  border: none;
  background: none;
  padding-left: 10px;
  font-style: italic;
}
#masthead.ad #top-search form button {
  box-shadow: none;
  border: none;
  position: relative;
}
#masthead.ad #top-search form input[type="submit"] {
  display: none;
}
/**
 *  LESS file for header layouts
 */
#masthead {
  position: relative;
  margin-bottom: 50px;
}
#masthead.default #header-image {
  position: relative;
}
#masthead.default #header-image:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 50px;
  top: 0;
  background: linear-gradient(rgba(0, 0, 0, 0.3) 0, rgba(0, 0, 0, 0.15) 35%, transparent 100%);
  z-index: 0;
}
#masthead.default #header-image:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 50px;
  bottom: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.3) 0, rgba(0, 0, 0, 0.15) 35%, transparent 100%);
  z-index: 0;
}
#masthead.simple #top-search {
  position: relative;
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  padding-top: 20px;
}
#masthead.simple #top-search form {
  display: inline-block;
}
#masthead.full #top-wrapper {
  margin-bottom: 50px;
}
#masthead.full #header-image {
  height: 100vh;
}
#masthead.full #top-search label {
  box-shadow: none;
  border: solid 3px #000;
}
#masthead.ad .header-banner img {
  width: 100%;
}
#masthead.ad #site-navigation {
  padding: 10px 0;
}
/**
 *  LESS file for Social Icons
 */
#masthead.simple #social-icons {
  display: inline-block;
  float: right;
  font-size: 22px;
}
#masthead.simple #social-icons .icon {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  #masthead.simple #social-icons {
    text-align: center;
    width: 100%;
    padding: 20px;
  }
}
#masthead.full #social-wrapper {
  display: flex;
  justify-content: center;
  position: absolute;
  width: 100%;
  bottom: 100px;
  font-size: 22px;
}
#masthead.full #social-wrapper #social-icons {
  padding: 8px 20px;
  background: rgba(255, 255, 255, 0.25);
  border-radius: 24px;
  transition: background 0.1s ease-out;
  -webkit-transition: background 0.1s ease-out;
  -moz-transition: background 0.1s ease-out;
  -ms-transition: background 0.1s ease-out;
  -o-transition: background 0.1s ease-out;
}
#masthead.full #social-wrapper #social-icons:hover {
  background: rgba(255, 255, 255, 0.5);
}
#masthead.full #social-wrapper #social-icons .icon {
  display: inline-block;
}
#masthead.ad #social-icons {
  float: right;
  margin-left: auto;
  font-size: 22px;
}
#masthead.ad #social-icons .icon {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  #masthead.ad #social-icons {
    text-align: center;
    width: 100%;
    padding: 20px 0;
  }
}
/**
 *  LESS file for the Grid Layout
 */
body.blog article {
  overflow: hidden;
  float: left;
}
body.blog article.grid2,
body.blog article.grid2_s,
body.blog article.grid3,
body.blog article.grid3_s {
  margin-bottom: 0px;
  padding: 0 1px;
  position: relative;
}
body.blog article.grid2 .featured-thumb,
body.blog article.grid2_s .featured-thumb,
body.blog article.grid3 .featured-thumb,
body.blog article.grid3_s .featured-thumb {
  z-index: 99;
  margin-bottom: 2px;
  transition: transform 0.3s ease-in-out;
  -webkit-transition: transform 0.3s ease-in-out;
  -moz-transition: transform 0.3s ease-in-out;
  -ms-transition: transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
}
body.blog article.grid2 .featured-thumb:hover,
body.blog article.grid2_s .featured-thumb:hover,
body.blog article.grid3 .featured-thumb:hover,
body.blog article.grid3_s .featured-thumb:hover {
  transform: translateY(-25%);
  -webkit-transform: translateY(-25%);
  -moz-transform: translateY(-25%);
  -ms-transform: translateY(-25%);
  -o-transform: translateY(-25%);
}
body.blog article.grid2 .entry-header,
body.blog article.grid2_s .entry-header,
body.blog article.grid3 .entry-header,
body.blog article.grid3_s .entry-header {
  z-index: -1;
  position: absolute;
  bottom: 10%;
  left: 10%;
  right: 10%;
}
body.blog article.grid2 .entry-header .entry-title,
body.blog article.grid2_s .entry-header .entry-title,
body.blog article.grid3 .entry-header .entry-title,
body.blog article.grid3_s .entry-header .entry-title {
  font-size: 28px;
}
/**
 *  LESS File for Blog Layouts of the Theme
 */
body.blog article {
  min-height: 550px;
}
body.blog .blog,
body.blog .blog_s,
body.blog .col2,
body.blog .col2_s {
  margin-bottom: 50px;
}
body.blog .blog .featured-thumb,
body.blog .blog_s .featured-thumb,
body.blog .col2 .featured-thumb,
body.blog .col2_s .featured-thumb {
  margin-bottom: 20px;
}
.showcase {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .showcase .item {
    margin-bottom: 80px;
  }
}
.showcase .item .showcase-thumb {
  margin-bottom: 15px;
}
.showcase .item .showcase-thumb img {
  border-bottom: solid 5px black;
}
.showcase .item a {
  display: block;
  background: black;
  color: white;
  padding: 10px 14px;
}
/**
 *  Styling for Featured Posts Area
 */
.featposts .featured-post {
  margin-bottom: 20px;
}
.fp-grid.featposts .featured-post {
  margin-bottom: 40px;
}
.fp-thumb.featposts .featured-post {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: solid 1px #e0e0e0;
}
.fp-thumb.featposts .featured-post:last-child {
  border-bottom: 0px;
}
.featposts .featured-post .fp_title {
  border: solid 1px #e0e0e0;
  padding: 12px 18px;
}
.fp-thumb.featposts .featured-post .fp_title {
  padding: 0 0 0 8px;
  border: 0;
}
.featposts .featured-post .fp_title h3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
}
.fp-thumb.featposts .featured-post .fp_title h3 {
  font-size: 1.2em;
}
.featposts .featured-post .fp_title i {
  display: none;
}
.featposts .featured-post .fp_title .fp_time_ago {
  color: black;
  font-size: 12px;
}
.featposts .featured-post .fp_title .fp_cats {
  text-transform: uppercase;
  font-size: 0.5em;
}
.featposts .featured-post .fp_title .fp_cats > span > a {
  display: inline-block;
  color: white;
  background: black;
  padding: 4px 8px;
  margin: 0 0 4px 0;
}
/**
 *  LESS file for Slider Widgets
 */
.widget-slider-small .slide-container {
  position: relative;
}
.widget-slider-small .slide-container .ps_title {
  position: absolute;
  bottom: 0;
  padding: 10px 14px;
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
}
.widget-slider-small .slide-container .ps_title h3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  color: white;
}
.widget .widget-slider-small .slide-container .ps_title h3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
}
.widget-slider-small .slide-container .ps_title h3 a {
  color: white;
}
.widget-slider-small .slide-container .ps_title i {
  display: none;
}
.widget-slider-small .slide-container .ps_title .ps_cats {
  text-transform: uppercase;
  font-size: 0.5em;
}
.widget-slider-small .slide-container .ps_title .ps_cats > span > a {
  display: inline-block;
  color: white;
  background: black;
  padding: 4px 8px;
  margin: 4px;
}
/**
 *  Variables for LESS files
 */
/**
 *   Functions and Mixins to be used in LESS files
**/
.title-font {
  font-family: 'Fjalla One', sans-serif;
  letter-spacing: normal;
}
.body-font {
  font-family: 'Cantarell', sans-serif;
}
.italic {
  font-style: italic;
}
