/*
Theme Name: Kloe Child
Theme URI: http://kloe.select-themes.com/
Description: A child theme of Kloe Theme
Author: Select Themes
Author URI: http://kloe.select-themes.com
Version: 1.0.0
Template: kloe
*/
@import url("../kloe/style.css");

h1 {
  font-size: 5.1vw;
  line-height: 1.2em;
  font-weight: 700;
  letter-spacing: 2px;
  font-family: FontAwesome, sans-serif;
  color: #0e0e0e;
  text-transform: capitalize;
}

h2 {
  font-size: 25px;
  line-height: 1.3em;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  color: #fff;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}

.body1 {
  font-family: 'Raleway', sans-serif;
  font-size: 16px;
  line-height: 25px;
  color: #fff;
  text-shadow: 1px 1px #000000;
  font-weight: 600;
  overflow-x: hidden !important;
  -webkit-font-smoothing: antialiased;
}

.body2 {
  font-family: 'Raleway', sans-serif;
  font-size: 16px;
  line-height: 25px;
  color: #fff;
  font-weight: 600;
  overflow-x: hidden !important;
  -webkit-font-smoothing: antialiased;
}

.body3 {
  font-family: 'Raleway', sans-serif;
  font-size: 26px;
  line-height: 25px;
  color: #fff;
  font-weight: 600;
  overflow-x: hidden !important;
  -webkit-font-smoothing: antialiased;
}

/* line 158, scss/modules/title/_title.scss */
.qodef-title .qodef-title-holder h1 span {
  display: inline-block;
  text-shadow: 2px 3px #000000;
}

.qodef-post-text .qodef-post-text-inner p {
	font-family: FontAwesome, sans-serif;
	font-size: 18px;
	font-style: normal;
	color: #fff;
	font-weight: 500;
}

.qodef-post-content .qodef-post-info .qodef-post-info-date {
	font-family: FontAwesome, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #fff;
	font-weight: 500;
}

.qodef-post-info-bottom .qodef-single-tags-holder .qodef-tags {
	display: none;
}